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