Shapes 3D
3.0
|
Classes | |
class | FlipH |
class | FlipV |
class | Rotate0 |
class | Rotate180 |
class | Rotate270 |
class | Rotate90 |
Public Member Functions | |
void | transform (final UV baseUV, UV destUV) |
Static Public Attributes | |
static TransformUV | ROT0 = transformer.new Rotate0() |
static TransformUV | ROT90 = transformer.new Rotate90() |
static TransformUV | ROT180 = transformer.new Rotate180() |
static TransformUV | ROT270 = transformer.new Rotate270() |
static TransformUV | FLIPH = transformer.new FlipH() |
static TransformUV | FLIPV = transformer.new FlipV() |
A collection of classes used to perform rotations on UV coordinates.