|
Vecmat 0.2.3
C math and linear algebra library for 2D/3D graphics, physics, and science.
|
#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] | |
| }; | |
| union { ... } matrix2i |
| vm_int_t matrix2i::m11 |
Definition at line 289 of file vecmat.h.
Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().
| vm_int_t matrix2i::m12 |
Definition at line 291 of file vecmat.h.
Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().
| vm_int_t matrix2i::m21 |
Definition at line 290 of file vecmat.h.
Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().
| vm_int_t matrix2i::m22 |
Definition at line 292 of file vecmat.h.
Referenced by mat2i_mul_ptr(), and mat2i_mul_vec2i_ptr().
| vm_int_t matrix2i::v[VECMAT_MAT2_SIZE] |
Definition at line 294 of file vecmat.h.
Referenced by mat2i_determinant(), mat2i_eq(), mat2i_identity_ptr(), mat2i_inverse_ptr(), and mat2i_transpose_ptr().