Returns the cross 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 |
Vector3D | Returns the vector cross product. |
Name | Type | Description |
vector | Vector3D | The vector to take the cross product to. |