Plane.FromPoints
Vec3 pointOnPlane1 | First point on the plane. |
Vec3 pointOnPlane2 | Second point on the plane. |
Vec3 pointOnPlane3 | Third point on the plane. |
RETURNS: Plane | A plane that contains all three points. |
Creates a plane from 3 points that are directly on that plane.
Found an issue with these docs, or have some additional questions? Create an Issue on Github!