sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.array
sbylib
math
matrix
Matrix
Get raw array data.
struct
Matrix
(T, uint U, uint V)
inout
T
[
U
*
V
]
array
(
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
T
[
U
*
V
]
raw array data
Meta
Source
See Implementation
sbylib
math
matrix
Matrix
aliases
ElementType
constructors
this
functions
array
column
opBinary
opIndex
opOpAssign
opUnary
row
toString
manifest constants
Column
Row
static functions
axisAngle
identity
lookAt
makeInvertTRS
makeTRS
ortho
perspective
rotFromTo
scale
translate
Get raw array data.