com.neomades.graphics.Transformation |
![]() |
Transformation masks.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MIRROR | Reflect object about its vertical center. | |||||||||
int | MIRROR_ROTATION_180 | Reflect object about its vertical center and then rotate it clockwise by 180 degrees. | |||||||||
int | MIRROR_ROTATION_270 | Reflect object about its vertical center and then rotate it clockwise by 270 degrees | |||||||||
int | MIRROR_ROTATION_90 | Reflect object about its vertical center and then rotate it clockwise by 90 degrees | |||||||||
int | NONE | ||||||||||
int | ROTATION_180 | Rotate the object clockwise by 180 degrees. | |||||||||
int | ROTATION_270 | Rotate the object clockwise by 270 degrees. | |||||||||
int | ROTATION_90 | Rotate the object clockwise by 90 degrees. |
Reflect object about its vertical center.
Reflect object about its vertical center and then rotate it clockwise by 180 degrees.
Reflect object about its vertical center and then rotate it clockwise by 270 degrees
Reflect object about its vertical center and then rotate it clockwise by 90 degrees
Rotate the object clockwise by 180 degrees.
Rotate the object clockwise by 270 degrees.
Rotate the object clockwise by 90 degrees.