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

#include <vecmat.h>

Data Fields

union { 
   struct { 
      vm_float_t   m11 
      vm_float_t   m21 
      vm_float_t   m31 
      vm_float_t   m12 
      vm_float_t   m22 
      vm_float_t   m32 
      vm_float_t   m13 
      vm_float_t   m23 
      vm_float_t   m33 
   } 
   vm_float_t   v [VECMAT_MAT3_SIZE
}; 

Detailed Description

Definition at line 225 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } matrix3

◆ m11

◆ m12

◆ m13

◆ m21

◆ m22

◆ m23

◆ m31

◆ m32

◆ m33

◆ v


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