SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
sbgl_ivec3 Struct Reference

3D integer vector for chunk coordinates. More...

#include <sbgl_pool.h>

Data Fields

int32_t x
 
int32_t y
 
int32_t z
 

Detailed Description

3D integer vector for chunk coordinates.

Definition at line 12 of file sbgl_pool.h.

Field Documentation

◆ x

int32_t sbgl_ivec3::x

Definition at line 13 of file sbgl_pool.h.

◆ y

int32_t sbgl_ivec3::y

Definition at line 13 of file sbgl_pool.h.

◆ z

int32_t sbgl_ivec3::z

Definition at line 13 of file sbgl_pool.h.


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