Transform.CreateReflection
Description:
Creates a transform that represents a reflection across the given plane.
Creates a transform that represents a reflection across the given plane.
-
planeThe plane.
Return Value
The new transform.
The new transform.
private Transform Reflect(ReferencePlane refPlane)
{
Transform mirTrans = Transform.CreateReflection(refPlane.GetPlane());
return mirTrans;
}
-
A non-optional argument was NULL