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