|
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 m31 | |
| vm_int_t m41 | |
| vm_int_t m12 | |
| vm_int_t m22 | |
| vm_int_t m32 | |
| vm_int_t m42 | |
| vm_int_t m13 | |
| vm_int_t m23 | |
| vm_int_t m33 | |
| vm_int_t m43 | |
| vm_int_t m14 | |
| vm_int_t m24 | |
| vm_int_t m34 | |
| vm_int_t m44 | |
| } | |
| vm_int_t v [VECMAT_MAT4_SIZE] | |
| }; | |
| union { ... } matrix4i |
| vm_int_t matrix4i::m11 |
Definition at line 335 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m12 |
Definition at line 339 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m13 |
Definition at line 343 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m14 |
Definition at line 347 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m21 |
Definition at line 336 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m22 |
Definition at line 340 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m23 |
Definition at line 344 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m24 |
Definition at line 348 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m31 |
Definition at line 337 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m32 |
Definition at line 341 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m33 |
Definition at line 345 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m34 |
Definition at line 349 of file vecmat.h.
Referenced by mat4i_mul_ptr(), mat4i_mul_vec3i_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m41 |
Definition at line 338 of file vecmat.h.
Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m42 |
Definition at line 342 of file vecmat.h.
Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m43 |
Definition at line 346 of file vecmat.h.
Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::m44 |
Definition at line 350 of file vecmat.h.
Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().
| vm_int_t matrix4i::v[VECMAT_MAT4_SIZE] |
Definition at line 352 of file vecmat.h.
Referenced by mat4i_determinant(), mat4i_eq(), mat4i_identity_ptr(), mat4i_inverse_ptr(), and mat4i_transpose_ptr().