uLib  User mode C/C++ extended API library for Win32 programmers.
Xform.cpp File Reference
#include <uLib/UtilFunc.h>

Go to the source code of this file.

Functions

XFORM * SetXformTranslate (XFORM *pxfm, float dx, float dy)
 
XFORM * SetXformScale (XFORM *pxfm, float dx, float dy)
 
XFORM * SetXformRotate (XFORM *pxfm, double angle)
 
XFORM * SetXformShear (XFORM *pxfm, float sx, float sy)
 
XFORM * SetXformReflect (XFORM *pxfm, bool rx, bool ry)