Summary

public static Plane Transform(Plane plane, Matrix matrix)

Transforms a normalized Plane by a Matrix.

Returns

Plane

Parameters

Summary

public static void Transform(ref Plane plane, ref Matrix matrix, out Plane result)

Transforms a normalized Plane by a Matrix.

Parameters