Requires: Base Development System
Inherits from Scene. View the class hierarchy.
Method | Description |
---|---|
Transformation:Clear Transformation | Removes any transformations previously applied to the texture. Details |
Transformation:Get Rotation | Returns the Axis and Angle that define the rotation of the object. Details |
Transformation:Get Scale | Returns the scale factors of the object. Details |
Transformation:Get Translation | Returns the translation of the object. Details |
Transformation:Rotate | Rotates the texture by the specified number of radians. This method performs a relative rotation from the current orientation of the texture. Details |
Transformation:Scale | Scales the texture by the given scale factors. This method performs a relative scale from the current position of the object. Details |
Transformation:Set Rotation | Rotates the texture by the specified number of radians. This method performs an absolute rotation from the current position of the texture. Details |
Transformation:Set Scale | Scales the texture by the specified scaling factor. This method performs an absolute scale from the current position of the texture. Details |
Transformation:Set Translation | Translates the texture by the specified vector. This method performs an absolute translation from the initial position of the texture. Details |
Transformation:Translate | Translates the texture by the specified vector. This method performs a relative translation from the initial position of the texture. Details |