void TransformHomogeneousAndScaleCorners(const Rect<T>& bounds, T sx, T sy, T* dest) const;
TransformHomogeneousAndScaleCorners calls TransformHomogeneous 3x with the corners of a bound and scales it.
Parameters |
Description |
const Rect<T>& bounds |
_nt_ |
T sx |
_nt_ |
T sy |
_nt_ |
T* dest |
_nt_ |