Compare this vector with another to check for perpendicularity.
"vector2D_var" is a variable referencing a Vector2D object.
|
"vector2D_var" is a variable referencing a Vector2D object.
|
Type | Description |
boolean | Returns true if the vectors are perpendicular. |
Name | Type | Description |
vector | Vector2D | The vector to compare with for perpendicularity. |