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