Plane.FromPoint
static Plane FromPoint(Vec3 pointOnPlane, Vec3 planeNormal)
Creates a plane from a normal, and any point on the plane!
Vec3 pointOnPlane | Any point directly on the surface of the plane. |
Vec3 planeNormal | Direction the plane is facing. |
RETURNS: Plane | A plane that contains pointOnPlane, and faces planeNormal. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!