Vector3d.Dot 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
Dot(Vector3d, Vector3d) |
Calculate the dot (scalar) product of two vectors |
Dot(Vector3d, Vector3d, Double) |
Dot(Vector3d, Vector3d)
Calculate the dot (scalar) product of two vectors
public static double Dot (OpenTK.Vector3d left, OpenTK.Vector3d right);
static member Dot : OpenTK.Vector3d * OpenTK.Vector3d -> double
Parameters
- left
- Vector3d
First operand
- right
- Vector3d
Second operand
Returns
The dot product of the two inputs