#include <lvt/Transform.h>
Inheritance diagram for Transform:
Public Member Functions | |
void | Render () |
Performs the transformation. | |
Transform () | |
Default constructor. | |
void | Rotate (float angle, const Vec &axis) |
Sets the rotation component of the transform. | |
void | Scale (const Vec &factor) |
Sets the scaling component of the transform. | |
void | Translate (const Vec &t) |
Sets the translation component of the transform. |
|
Default constructor. Initializes the scale, translation, and rotation to identity operations. |
|
Performs the transformation.
Implements Node. |
|
Sets the rotation component of the transform.
|
|
Sets the scaling component of the transform.
|
|
Sets the translation component of the transform.
|