Plane.FromPoints
static Plane FromPoints(Vec3 pointOnPlane1, Vec3 pointOnPlane2, Vec3 pointOnPlane3)
Creates a plane from 3 points that are directly on that plane.
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. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!