|
CC_DLL AffineTransform | (float a, float b, float c, float d, float tx, float ty) |
CC_DLL Vec2 | (const Vec2 &point, const AffineTransform &t) |
CC_DLL Size | (const Size &size, const AffineTransform &t) |
CC_DLL AffineTransform | () |
CC_DLL Rect | (const Rect &rect, const AffineTransform &anAffineTransform) |
CC_DLL Rect | (const Rect &rect, const Mat4 &transform) |
CC_DLL Vec2 | (const Vec2 &point, const Mat4 &transform) |
CC_DLL AffineTransform | (const AffineTransform &t, float tx, float ty) |
CC_DLL AffineTransform | (const AffineTransform &aTransform, float anAngle) |
CC_DLL AffineTransform | (const AffineTransform &t, float sx, float sy) |
CC_DLL AffineTransform | (const AffineTransform &t1, const AffineTransform &t2) |
CC_DLL bool | (const AffineTransform &t1, const AffineTransform &t2) |
CC_DLL AffineTransform | (const AffineTransform &t) |
Mat4 | (const Mat4 &t1, const Mat4 &t2) |