static Vector3 Cross( Vector3 a, Vector3 b )

Summary

Returns the cross product of the 2 given vectors. If the given vectors are linearly independent, the resulting vector is perpendicular to them both, also known as a normal of a plane.

Vector3 Cross( Vector3 b )

Summary

Returns the cross product of this and the given vector. If this and the given vectors are linearly independent, the resulting vector is perpendicular to them both, also known as a normal of a plane.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.