VRageMath.Plane.Transform - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Plane
public static Plane Transform(Plane plane, Matrix matrix)
Transforms a normalized Plane by a Matrix.
public static void Transform(ref Plane plane, ref Matrix matrix, out Plane result)
Transforms a normalized Plane by a Matrix.