Vector3d.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(Vector3d, Vector3d, Vector3d) | 
						 Caclulate the cross (vector) product of two vectors  | 
        	
| Cross(Vector3d, Vector3d) | 
Cross(Vector3d, Vector3d, Vector3d)
Caclulate the cross (vector) product of two vectors
public static void Cross(ref OpenTK.Vector3d left, ref OpenTK.Vector3d right, out OpenTK.Vector3d result);
	static member Cross :  *  *  -> unit
	Parameters
- left
 - Vector3d
 
First operand
- right
 - Vector3d
 
Second operand
- result
 - Vector3d
 
The cross product of the two inputs