Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
Quaternion Struct Reference

A quaternion. More...

#include <db_math.h>

Data Fields

float x
 
float y
 
float z
 
float w
 

Detailed Description

A quaternion.

Definition at line 51 of file db_math.h.

Field Documentation

◆ w

float w

Definition at line 56 of file db_math.h.

◆ x

float x

Definition at line 53 of file db_math.h.

◆ y

float y

Definition at line 54 of file db_math.h.

◆ z

float z

Definition at line 55 of file db_math.h.


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