Quaternion
Functions
Link copied to clipboard
Duplicates this Quaternion instance.
Link copied to clipboard
fun equalsEpsilon(right: Quaternion? = definedExternally, epsilon: Double? = definedExternally): Boolean
Compares this and the provided quaternion componentwise and returns true
if they are within the provided epsilon, false
otherwise.