Flector3D::MakeTransflection
Defined in:
Returns a flector that represents a translation and a reflection.
TSFlector3D.h
Prototype
static Flector3D MakeTransflection(const Vector3D& offset, const Plane3D& plane);
Parameters
offset |
The translation vector. |
plane |
The unitized reflection plane. |
Description
The MakeTransflection
function returns a flector representing a translation by the vector given by the offset
parameter and a reflection through the plane given by the plane
parameter. The resulting flector is unitized.
See Also