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

#include <vecmat.h>

Data Fields

union { 
   struct { 
      vm_float_t   m11 
      vm_float_t   m21 
      vm_float_t   m12 
      vm_float_t   m22 
   } 
   vm_float_t   v [VECMAT_MAT2_SIZE
}; 

Detailed Description

Definition at line 205 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } matrix2

◆ m11

vm_float_t matrix2::m11

Definition at line 208 of file vecmat.h.

Referenced by mat2_mul_ptr(), and mat2_mul_vec2_ptr().

◆ m12

vm_float_t matrix2::m12

Definition at line 210 of file vecmat.h.

Referenced by mat2_mul_ptr(), and mat2_mul_vec2_ptr().

◆ m21

vm_float_t matrix2::m21

Definition at line 209 of file vecmat.h.

Referenced by mat2_mul_ptr(), and mat2_mul_vec2_ptr().

◆ m22

vm_float_t matrix2::m22

Definition at line 211 of file vecmat.h.

Referenced by mat2_mul_ptr(), and mat2_mul_vec2_ptr().

◆ v


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