Checks if this plane is perpendicular to a line.
"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 plane and line are perpendicular. |
Name | Type | Description |
line | Line3D | The line to compare with for perpendicularity. |