#include <transform.h>
Definition at line 24 of file transform.h.
◆ Transform() [1/2]
tango_gl::Transform::Transform |
( |
| ) |
|
◆ ~Transform()
tango_gl::Transform::~Transform |
( |
| ) |
|
|
virtual |
◆ Transform() [2/2]
tango_gl::Transform::Transform |
( |
const Transform & |
other | ) |
|
|
delete |
◆ GetParent() [1/2]
Transform* tango_gl::Transform::GetParent |
( |
| ) |
|
◆ GetParent() [2/2]
Transform * tango_gl::Transform::GetParent |
( |
| ) |
const |
◆ GetPosition()
glm::vec3 tango_gl::Transform::GetPosition |
( |
| ) |
const |
◆ GetRotation()
glm::quat tango_gl::Transform::GetRotation |
( |
| ) |
const |
◆ GetScale()
glm::vec3 tango_gl::Transform::GetScale |
( |
| ) |
const |
◆ GetTransformationMatrix()
glm::mat4 tango_gl::Transform::GetTransformationMatrix |
( |
| ) |
const |
◆ operator=()
◆ SetParent()
void tango_gl::Transform::SetParent |
( |
Transform * |
transform | ) |
|
◆ SetPosition()
void tango_gl::Transform::SetPosition |
( |
const glm::vec3 & |
position | ) |
|
◆ SetRotation()
void tango_gl::Transform::SetRotation |
( |
const glm::quat & |
rotation | ) |
|
◆ SetScale()
void tango_gl::Transform::SetScale |
( |
const glm::vec3 & |
scale | ) |
|
◆ SetTransformationMatrix()
void tango_gl::Transform::SetTransformationMatrix |
( |
const glm::mat4 & |
transform_mat | ) |
|
◆ Translate()
void tango_gl::Transform::Translate |
( |
const glm::vec3 & |
translation | ) |
|
◆ parent_
◆ position_
◆ rotation_
◆ scale_
The documentation for this class was generated from the following files: