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

A four-component vector. More...

#include <db_math.h>

Data Fields

float x
 
float y
 
float z
 
float w
 

Detailed Description

A four-component vector.

Definition at line 42 of file db_math.h.

Field Documentation

◆ w

float w

Definition at line 47 of file db_math.h.

◆ x

float x

Definition at line 44 of file db_math.h.

◆ y

float y

Definition at line 45 of file db_math.h.

◆ z

float z

Definition at line 46 of file db_math.h.


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