[]
Computes the cross product of two vectors.
public static void CrossRef(out Vector3 result, ref Vector3 vector1, ref Vector3 vector2)
Type | Name | Description |
---|---|---|
Vector3 | result | The cross product. |
Vector3 | vector1 | The first vector. |
Vector3 | vector2 | The second vector. |