Matrix4x4::EncloseTransformHomogeneous

Matrix4x4::EncloseTransformHomogeneous
SF_EXPORT void EncloseTransformHomogeneous(Rect<T> * pr, const Rect<T>& r) const;
Description

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
Parameters 
Description 
Rect<T> * pr 
Pointer to the transformed rectangle. 
const Rect<T>& r 
The passed rectangle to be transformed.