Property | Type | Description | |
---|---|---|---|
DEFAULT_SCALE | float[] | ||
IDENTITY | float[] |
Method | Description | |
---|---|---|
CloneMatrix ( this M ) : float[] | ||
ExtractScale ( this M ) : float[] | ||
ExtractScaleVector ( this M ) : Vector2 | ||
Invert ( this M ) : float[] | ||
Scale ( this M, float sx, float sy ) : void | ||
TransformPoint ( this M, Vector2 point ) : Vector2 | ||
TransformPoint ( this M, float x, float y ) : Vector2 | ||
TransformPoint ( this M, float &x, float &y ) : void | ||
Translate ( this M, float x, float y ) : void |
public static CloneMatrix ( this M ) : float[] | ||
M | this | |
return | float[] |
public static ExtractScale ( this M ) : float[] | ||
M | this | |
return | float[] |
public static ExtractScaleVector ( this M ) : Vector2 | ||
M | this | |
return | Vector2 |
public static Scale ( this M, float sx, float sy ) : void | ||
M | this | |
sx | float | |
sy | float | |
return | void |
public static TransformPoint ( this M, Vector2 point ) : Vector2 | ||
M | this | |
point | Vector2 | |
return | Vector2 |
public static TransformPoint ( this M, float x, float y ) : Vector2 | ||
M | this | |
x | float | |
y | float | |
return | Vector2 |
public static TransformPoint ( this M, float &x, float &y ) : void | ||
M | this | |
x | float | |
y | float | |
return | void |
public static Translate ( this M, float x, float y ) : void | ||
M | this | |
x | float | |
y | float | |
return | void |