Property | Type | Description | |
---|---|---|---|
m00 | float |
Method | Description | |
---|---|---|
AffineTransform ( ) : System | ||
AffineTransform ( float scale, float angle, float tx, float ty ) : System | ||
AffineTransform ( float scaleX, float scaleY, float angle, float tx, float ty ) : System | ||
AffineTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : System | ||
Clone ( ) : Transform | ||
Concatenate ( Transform other ) : Transform | ||
InverseTransform ( Point p ) : Point | ||
InverseTransform ( |
||
Invert ( ) : Transform | ||
Lerp ( Transform other, float t ) : Transform | ||
PreConcatenate ( Transform other ) : Transform | ||
Rotate ( float angle ) : Transform | ||
ScaleBy ( float scaleX, float scaleY ) : Transform | ||
ScaleXBy ( float scaleX ) : Transform | ||
ScaleYBy ( float scaleY ) : Transform | ||
SetTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : Transform | ||
ToString ( ) : string | ||
Transform ( Point p ) : Point | ||
Transform ( |
||
Translate ( float tx, float ty ) : Transform | ||
TranslateX ( float tx ) : Transform | ||
TranslateY ( float ty ) : Transform |
Method | Description | |
---|---|---|
AffineTransform ( Transform other ) : System |
protected AffineTransform ( Transform other ) : System | ||
other | Transform | |
return | System |
public AffineTransform ( float scale, float angle, float tx, float ty ) : System | ||
scale | float | |
angle | float | |
tx | float | |
ty | float | |
return | System |
public AffineTransform ( float scaleX, float scaleY, float angle, float tx, float ty ) : System | ||
scaleX | float | |
scaleY | float | |
angle | float | |
tx | float | |
ty | float | |
return | System |
public AffineTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : System | ||
m00 | float | |
m01 | float | |
m10 | float | |
m11 | float | |
tx | float | |
ty | float | |
return | System |
public Concatenate ( Transform other ) : Transform | ||
other | Transform | |
return | Transform |
public InverseTransform ( |
||
v | ||
return |
public Lerp ( Transform other, float t ) : Transform | ||
other | Transform | |
t | float | |
return | Transform |
public PreConcatenate ( Transform other ) : Transform | ||
other | Transform | |
return | Transform |
public ScaleBy ( float scaleX, float scaleY ) : Transform | ||
scaleX | float | |
scaleY | float | |
return | Transform |
public SetTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : Transform | ||
m00 | float | |
m01 | float | |
m10 | float | |
m11 | float | |
tx | float | |
ty | float | |
return | Transform |
public Translate ( float tx, float ty ) : Transform | ||
tx | float | |
ty | float | |
return | Transform |