Checks if this plane is perpendicular to another plane.
"plane_var" is a variable referencing a Plane object. |
"plane_var" is a variable referencing a Plane object. |
| Type | Description |
| boolean | Returns true if the planes are perpendicular. |
| Name | Type | Description |
| plane | Plane | The plane to compare with for perpendicularity. |