Skip to content

Latest commit

History

History
145 lines (98 loc) 路 3.71 KB

mat2x4.rst

File metadata and controls

145 lines (98 loc) 路 3.71 KB

C

mat2x4

Header: cglm/mat2x4.h

Table of contents (click to go):

Macros:

  1. GLM_MAT2X4_ZERO_INIT
  2. GLM_MAT2X4_ZERO

Functions:

  1. :cglm_mat2x4_copy
  2. :cglm_mat2x4_zero
  3. :cglm_mat2x4_make
  4. :cglm_mat2x4_mul
  5. :cglm_mat2x4_mulv
  6. :cglm_mat2x4_transpose
  7. :cglm_mat2x4_scale

Represented

mat2x4
column 1 column 2
row 1 m00 m10
row 2 m01 m11
row 3 m02 m12
row 4 m03 m13

Functions documentation