inmath ~master (2022-05-26T00:17:45.8140456)
Dub
Repo
Matrix.matrix
inmath
linalg
Matrix
Holds the matrix
row-major
in memory.
struct
Matrix
(type, int rows_, int cols_)
mt
[
cols
][
rows
]
matrix
;
Meta
Source
See Implementation
inmath
linalg
Matrix
aliases
mt
ok
constructors
this
functions
clear
det
inverse
invert
isFinite
makeIdentity
opBinary
opBinaryRight
opOpAssign
ptr
rotate
rotateX
rotateY
rotateZ
scale
toPrettyString
toString
translate
transpose
transposed
static functions
identity
isCompatibleMatrixImpl
isCompatibleVectorImpl
lookAt
orthographic
orthographicInverse
perspective
persperctiveInverse
rotation
scaling
translation
xRotation
yRotation
zRotation
static variables
cols
rows
templates
isCompatibleMatrix
isCompatibleVector
variables
matrix
Holds the matrix row-major in memory.