Vecmat 0.2.3
C math and linear algebra library for 2D/3D graphics, physics, and science.
Loading...
Searching...
No Matches
vector3i Struct Reference

#include <vecmat.h>

Data Fields

union { 
   struct { 
      vm_int_t   x 
      vm_int_t   y 
      vm_int_t   z 
   } 
   vm_int_t   v [VECMAT_VEC3_SIZE
}; 

Detailed Description

Definition at line 171 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } vector3i

◆ v

vm_int_t vector3i::v[VECMAT_VEC3_SIZE]

Definition at line 178 of file vecmat.h.

◆ x

◆ y

◆ z


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