ecsnet
Loading...
Searching...
No Matches
rotation_t Struct Reference

Component data structure for entity rotation (quaternion format). More...

#include <ecs_builtin.h>

Public Attributes

float x
float y
float z
float w

Detailed Description

Component data structure for entity rotation (quaternion format).

Member Data Documentation

◆ w

float rotation_t::w

W-axis rotation component (scalar part).

◆ x

float rotation_t::x

X-axis rotation component.

◆ y

float rotation_t::y

Y-axis rotation component.

◆ z

float rotation_t::z

Z-axis rotation component.


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