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

#include <vecmat.h>

Data Fields

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

Detailed Description

Definition at line 286 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } matrix2i

◆ m11

vm_int_t matrix2i::m11

Definition at line 289 of file vecmat.h.

Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().

◆ m12

vm_int_t matrix2i::m12

Definition at line 291 of file vecmat.h.

Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().

◆ m21

vm_int_t matrix2i::m21

Definition at line 290 of file vecmat.h.

Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().

◆ m22

vm_int_t matrix2i::m22

Definition at line 292 of file vecmat.h.

Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().

◆ v


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