Transform
Summary
public static PlaneD Transform(PlaneD plane, MatrixD matrix)
Transforms a normalized plane by a Matrix.
Returns
Parameters
Summary
public static void Transform(ref PlaneD plane, ref MatrixD matrix, out PlaneD result)
Transforms a normalized plane by a Matrix.