Calculates the Dot Product of this vector and an input vector.
"vector2D_var" is a variable referencing a Vector2D object. |
"vector2D_var" is a variable referencing a Vector2D object. |
| Type | Description |
| double | Returns the dot product of the two vectors. |
| Name | Type | Description |
| vector | Vector2D | The vector to use in the dot product calculation. |