Vec3.Cross
static Vec3 Cross(Vec3 a, Vec3 b)
The cross product of two vectors!
Vec3 a | First vector! |
Vec3 b | Second vector! |
RETURNS: Vec3 | Result is -not- a unit vector, even if both ‘a’ and ‘b’ are unit vectors. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!