Returns the dot product between this vector and the specified vector.
"vector3D_var" is a variable referencing a Vector3D object.
|
"vector3D_var" is a variable referencing a Vector3D object.
|
Type | Description |
Double | Returns the dot product value. |
Name | Type | Description |
vector | Vector3D | The vector to take the dot product to. |