Determines if the input vector is perpendicular to this vector.
"vector3D_var" is a variable referencing a Vector3D object. |
"vector3D_var" is a variable referencing a Vector3D object. |
| Type | Description |
| boolean | Returns true if the vectors are perpendicular. |
| Name | Type | Description |
| vector | Vector3D | The vector to test perpendicularity to. |