C4 Engine
C4 Engine API Documentation

Flector3D::MakeTransflection

Defined in:  TSFlector3D.h
Returns a flector that represents a translation and a reflection.
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

Flector3D::MakeRotoreflection