EncloseTransformHomogeneous transforms a rectangle and returns its bounding area, in homogeneous coordinates. This is an axial bound of an oriented (and/or sheared, scaled, etc) box, in homogeneous coordinates. This method would return false if all bound points are either in front of the near clip plane or behind the far clip plane.
Parameters |
Description |
Rect<T> * pr |
Pointer to the transformed rectangle. |
const Rect<T>& r |
The passed rectangle to be transformed. |