cross
Returns the cross product of two quaternions.
Returns the cross product of a and b.
Return
a vector perpendicular to both a and b
Parameters
a
the first vector
b
the second vector
Returns the cross product of a and b as a Half3.
Return
a vector perpendicular to both a and b
Parameters
a
the first vector
b
the second vector