Skip to content

Latest commit

History

History
137 lines (90 loc) 路 3.26 KB

mat3x2.rst

File metadata and controls

137 lines (90 loc) 路 3.26 KB

C

mat3x2

Header: cglm/mat3x2.h

Table of contents (click to go):

Macros:

  1. GLM_MAT3X2_ZERO_INIT
  2. GLM_MAT3X2_ZERO

Functions:

  1. :cglm_mat3x2_copy
  2. :cglm_mat3x2_zero
  3. :cglm_mat3x2_make
  4. :cglm_mat3x2_mul
  5. :cglm_mat3x2_mulv
  6. :cglm_mat3x2_transpose
  7. :cglm_mat3x2_scale

Represented

mat3x2
column 1 column 2 column 3
row 1 m00 m10 m20
row 2 m01 m11 m21

Functions documentation