Method Cross
Cross(Vector3, Vector3)
Calculates the cross product of two vectors.
Declaration
public static Vector3 Cross(Vector3 left, Vector3 right)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | left | First source vector. |
Vector3 | right | Second source vector. |
Returns
Type | Description |
---|---|
Vector3 | The cross product of the two vectors. |