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

A three-component vector. More...

#include <db_math.h>

Data Fields

float x
 
float y
 
float z
 

Detailed Description

A three-component vector.

Definition at line 34 of file db_math.h.

Field Documentation

◆ x

float x

Definition at line 36 of file db_math.h.

◆ y

float y

Definition at line 37 of file db_math.h.

◆ z

float z

Definition at line 38 of file db_math.h.


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