Gama C Library
Gama C API Documentation
gm3Transform Struct Reference

Represents a 3D transformation, including position, rotation, and scale. More...

#include <transform.h>

Data Fields

gm3Pos position
gm3Pos rotation
gm3Pos scale

Detailed Description

Represents a 3D transformation, including position, rotation, and scale.

Field Documentation

◆ position

gm3Pos gm3Transform::position

Translation vector.

◆ rotation

gm3Pos gm3Transform::rotation

Rotation vector (Euler angles in radians, X, Y, Z).

◆ scale

gm3Pos gm3Transform::scale

Scaling vector.


The documentation for this struct was generated from the following file: