Vector3.Cross Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Cross(Vector3, Vector3, Vector3) |
Caclulate the cross (vector) product of two vectors |
Cross(Vector3, Vector3) |
Cross(Vector3, Vector3, Vector3)
Caclulate the cross (vector) product of two vectors
public static void Cross (ref OpenTK.Vector3 left, ref OpenTK.Vector3 right, out OpenTK.Vector3 result);
static member Cross : * * -> unit
Parameters
- left
- Vector3
First operand
- right
- Vector3
Second operand
- result
- Vector3
The cross product of the two inputs