Click or drag to resize

Transform3Mirror Method

Overload List
  NameDescription
Public methodStatic memberMirror(Plane3)
Constructs a new Mirror transformation.
Public methodStatic memberMirror(Point3, Vector3)
Create mirror transformation matrix The mirror transform maps a point Q to Q - (2*(Q-P)oN)*N, where P = pointOnMirrorPlane and N = normalToMirrorPlane.
Top
See Also