Shapes 3D  3.0
 All Classes Functions Variables Pages
shapes3d.utils.TransformUV Class Reference
Inheritance diagram for shapes3d.utils.TransformUV:

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()
 

Detailed Description

A collection of classes used to perform rotations on UV coordinates.

Author
Peter Lager

The documentation for this class was generated from the following file: