|
Gama C Library
Gama C API Documentation
|
Represents a 3D transformation, including position, rotation, and scale. More...
#include <transform.h>
Data Fields | |
| gm3Pos | position |
| gm3Pos | rotation |
| gm3Pos | scale |
Represents a 3D transformation, including position, rotation, and scale.
| gm3Pos gm3Transform::position |
Translation vector.
| gm3Pos gm3Transform::rotation |
Rotation vector (Euler angles in radians, X, Y, Z).
| gm3Pos gm3Transform::scale |
Scaling vector.