Property | Type | Description | |
---|---|---|---|
M11 | float | ||
M21 | float |
Method | Description | |
---|---|---|
Apply ( float x, float y, float &xp, float &yp ) : void | ||
Identity ( ) : |
||
Invert ( ) : |
||
Scale ( float x, float y ) : |
||
Translate ( float x, float y ) : |
||
operator ( ) : |
public Apply ( float x, float y, float &xp, float &yp ) : void | ||
x | float | |
y | float | |
xp | float | |
yp | float | |
return | void |
public static Scale ( float x, float y ) : |
||
x | float | |
y | float | |
return |
public static Translate ( float x, float y ) : |
||
x | float | |
y | float | |
return |