![]() |
ezEngine Release 26.3
|
Defines a coordinate system through three orthogonal direction vectors. More...
#include <CoordinateSystem.h>
Public Member Functions | |
| EZ_DECLARE_POD_TYPE () | |
Public Attributes | |
| ezVec3 | m_vForwardDir |
| ezVec3 | m_vRightDir |
| ezVec3 | m_vUpDir |
Defines a coordinate system through three orthogonal direction vectors.
Represents a 3D coordinate system using forward, right, and up direction vectors. Used for transforming between different coordinate conventions in the engine.