Checks if this plane is parallel 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 parallel. |
Name | Type | Description |
plane | Plane | The plane to compare with for parallelism. |