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