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

A two-component vector. More...

#include <db_math.h>

Data Fields

float x
 
float y
 

Detailed Description

A two-component vector.

Definition at line 27 of file db_math.h.

Field Documentation

◆ x

float x

Definition at line 29 of file db_math.h.

◆ y

float y

Definition at line 30 of file db_math.h.


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