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