Represents a transformation in 3D space. More...
#include <CommonTypes.hpp>
Public Attributes | |
float | x |
float | y |
float | z |
float | alpha |
float | beta |
float | gamma |
float | scale |
Represents a transformation in 3D space.
This structure holds the position, rotation (in Euler angles), and scale of an object in 3D space.
float Ragot::transform_t::alpha |
float Ragot::transform_t::beta |
float Ragot::transform_t::gamma |
float Ragot::transform_t::scale |
float Ragot::transform_t::x |
float Ragot::transform_t::y |
float Ragot::transform_t::z |