UnitVector2d.DotProduct Method
Parent Object: UnitVector2dDescription
Determine the dot product of this unit vector2d to the specified unit vector2d.
Syntax
UnitVector2d.DotProduct( Vector As UnitVector2d ) As DoubleParameters
Name | Type | Description |
Vector | UnitVector2d | 2nd vector to use to calculate dot product. |