XLE
v0.02.0
|
Public Types | |
enum | Type { None, LookAt, Matrix4x4, Rotate, Scale, Skew, Translate } |
Public Member Functions | |
unsigned | ParseTransform (Formatter &formatter, Section elementName, unsigned previousSibling=~unsigned(0)) |
Transformation | Get (unsigned index) const |
TransformationSet (TransformationSet &&moveFrom) never_throws | |
TransformationSet & | operator= (TransformationSet &&moveFrom) never_throws |
Static Public Member Functions | |
static bool | IsTransform (Section section) |
Protected Attributes | |
std::vector< RawOperation > | _operations |
Friends | |
class | Transformation |