equals
fun equals(left: Quaternion? = definedExternally, right: Quaternion? = definedExternally): Boolean(source)
Compares the provided quaternions componentwise and returns true
if they are equal, false
otherwise.
Return
true
if left and right are equal, false
otherwise.
Parameters
left
The first quaternion.
right
The second quaternion.