Flector3D::MakeRotoreflection
Defined in:
Returns a flector that represents a rotation and a reflection.
TSFlector3D.h
Prototype
static Flector3D MakeRotoreflection(float angle, const Line3D& axis, const Plane3D& plane);
Parameters
angle |
The angle of rotation, in radians. |
axis |
The unitized line about which to rotate. |
plane |
The unitized reflection plane. |
Description
The MakeRotoreflection
function returns a flector representing a rotation through the angle given by the angle
parameter about the line given by the axis
parameter and a reflection through the plane given by the plane
parameter.
See Also