public interface Matrix
Modifier and Type | Method and Description |
---|---|
void |
reset() |
void |
rotate(float theta) |
void |
rotate(float theta,
float pivotX,
float pivotY) |
void |
scale(float scaleX,
float scaleY) |
void |
scale(float scaleX,
float scaleY,
float pivotX,
float pivotY) |
void |
translate(float translateX,
float translateY) |
void reset()
void rotate(float theta)
theta
- an angle measured in radians.void rotate(float theta, float pivotX, float pivotY)
theta
- an angle measured in radians.void scale(float scaleX, float scaleY)
void scale(float scaleX, float scaleY, float pivotX, float pivotY)
void translate(float translateX, float translateY)