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

#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
}; 

Detailed Description

Definition at line 332 of file vecmat.h.

Field Documentation

◆ [union]

union { ... } matrix4i

◆ m11

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().

◆ m12

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().

◆ m13

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().

◆ m14

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().

◆ m21

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().

◆ m22

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().

◆ m23

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().

◆ m24

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().

◆ m31

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().

◆ m32

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().

◆ m33

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().

◆ m34

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().

◆ m41

vm_int_t matrix4i::m41

Definition at line 338 of file vecmat.h.

Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().

◆ m42

vm_int_t matrix4i::m42

Definition at line 342 of file vecmat.h.

Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().

◆ m43

vm_int_t matrix4i::m43

Definition at line 346 of file vecmat.h.

Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().

◆ m44

vm_int_t matrix4i::m44

Definition at line 350 of file vecmat.h.

Referenced by mat4i_mul_ptr(), and mat4i_mul_vec4i_ptr().

◆ v


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