testDiff method

bool testDiff(
  1. Quat q
)

Is q the same as this

Implementation

bool testDiff(Quat  q ) {
  return equals( q ) ? false : true;
}