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