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