This also includes tables to explain how
mat4x3, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This also includes tables to explain how
mat3x4, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This also includes tables to explain how
mat4x2, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
RTD theme's default is 800px as max width for the content,
but we have tables with tons of columns, which need the
full width of the view-port.
Comment from yocto project theme_overrides.css
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This also includes tables to explain how
mat2x4, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This also includes tables to explain how
mat3x2, column vectors, and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This also includes tables to explain how
mat2x3, column vectors and row vectors are
represented. Also includes how resulting
matrix or vector is formed.
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
Functions include:
* glm_mat#x#_copy
* glm_mat#x#_zero
* glm_mat#x#_mul
* glm_mat#x#_mulv
* glm_mat#x#_transpose
* glm_mat#x#_scale
Commit also includes some minor changes to
* mat2
* mat3
* mat4
Signed-off-by: Vincent Davis Jr <vince@underview.tech>