gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Matrix.__anonymous
gfm
math
matrix
Matrix
Undocumented in source.
struct
Matrix
(T, int R, int C)
union
__anonymous {
T
[
C
*
R
]
v
;
row_t
[
R
]
rows
;
T
[
C
][
R
]
c
;
}
Members
Variables
c
T
[
C
][
R
]
c
;
Undocumented in source.
rows
row_t
[
R
]
rows
;
Undocumented in source.
v
T
[
C
*
R
]
v
;
Undocumented in source.
Meta
Source
See Implementation
gfm
math
matrix
Matrix
aliases
column_t
rotateX
rotateY
rotateZ
row_t
constructors
this
functions
column
frustum
inverse
opAssign
opBinary
opCast
opEquals
opOpAssign
opUnary
ptr
row
scale
toString
translate
transposed
static functions
constant
fromColumns
fromRows
identity
lookAt
orthographic
perspective
rotateAxis
rotation
scaling
translation
unions
__anonymous
variables
isSquare