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

#include <vecmat.h>

Data Fields

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

Detailed Description

Definition at line 124 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } vector2

◆ v

Definition at line 130 of file vecmat.h.

◆ x

◆ y


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