sbylib ~master (2020-02-29T08:12:18Z)
Dub
Repo
Matrix.row
sbylib
math
matrix
Matrix
Get row array as array of vector
struct
Matrix
(T, uint U, uint V)
const
Vector
!(
T
,
V
)[
U
]
row
(
)
if
(
__traits(
isArithmetic
,
T
)
)
Return Value
Type:
Vector
!(
T
,
V
)[
U
]
row array
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 row array as array of vector