Vector2d.DotProduct Method
Parent Object: Vector2dDescription
Determine the dot product of this vector2d to the specified vector2d.
Syntax
Vector2d.DotProduct( Vector As Vector2d ) As DoubleParameters
Name | Type | Description |
Vector | Vector2d | Vector with which to calculate the dot product. |