|
VOX
A little voxel engine
|
This is the complete list of members for Transform, including all inherited members.
| model() const | Transform | inline |
| parent | Transform | |
| position | Transform | |
| rotation | Transform | |
| scale | Transform | |
| Transform(const glm::vec3 &position=glm::vec3(0.0f, 0.0f, 0.0f), const glm::vec3 &rotation=glm::vec3(0.0f, 0.0f, 0.0f), const glm::vec3 &scale=glm::vec3(1.0f, 1.0f, 1.0f), const Transform *parent=nullptr) | Transform | inline |