#include <imgmap.h>
Public Methods | |
RecTransform::RecTransform (float aoffx, float aoffy, float ascalex, float ascaley) | |
Rectangle | operator() (Rectangle &myrect) |
Public Attributes | |
float | power |
|
00043 : 00044 offx(aoffx), offy(aoffy), scalex(ascalex), scaley(ascaley), power(1) 00045 {} |
|
|
|
|