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

#include <vecmat.h>

Data Fields

union { 
   struct { 
      vm_float_t   x 
      vm_float_t   y 
      vm_float_t   z 
      vm_float_t   w 
   } 
   vm_float_t   v [VECMAT_VEC4_SIZE
}; 

Detailed Description

Definition at line 145 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } vector4

◆ v

◆ w

◆ x

◆ y

◆ z


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