|
|
Transform3Mirror Method |
| Name | Description | |
|---|---|---|
| Mirror(Plane3) |
Constructs a new Mirror transformation.
| |
| Mirror(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.
|