Summary

public static PlaneD Transform(PlaneD plane, MatrixD matrix)

Transforms a normalized plane by a Matrix.

Returns

PlaneD

Parameters

Summary

public static void Transform(ref PlaneD plane, ref MatrixD matrix, out PlaneD result)

Transforms a normalized plane by a Matrix.

Parameters