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

#include <vecmat.h>

Data Fields

union { 
   struct { 
      vm_int_t   x 
      vm_int_t   y 
   } 
   vm_int_t   v [VECMAT_VEC2_SIZE
}; 

Detailed Description

Definition at line 161 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } vector2i

◆ v

vm_int_t vector2i::v[VECMAT_VEC2_SIZE]

Definition at line 167 of file vecmat.h.

◆ x

◆ y


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