Creates a 3D point at the intersection of this plane and a line.
"plane_var" is a variable referencing a Plane object. |
"plane_var" is a variable referencing a Plane object. |
| Type | Description |
| Point3D | Returns a Point3D object or null if the plane and line do not intersect (are parallel). |
| Name | Type | Description |
| line | InfiniteLine3D | The line to intersect with. |