dvec v0.0.5 (2022-10-24T22:04:52Z)
Dub
Repo
Mat.getRow
dvec
matrix
Mat
Gets a specified row as a vector.
struct
Mat
(T, size_t rowCount, size_t colCount)
Vec
!(
T
,
colCount
)
getRow
(
size_t
row
)
if
(
isNumeric
!
T
&&
rowCount
> 0
&&
colCount
> 0
)
Parameters
row
size_t
The row number, starting from 0.
Return Value
Type:
Vec
!(
T
,
colCount
)
The row.
Meta
Source
See Implementation
dvec
matrix
Mat
aliases
N
constructors
this
functions
add
adjugate
cofactor
copy
det
div
getCol
getRow
inv
invertible
map
mul
opIndex
opIndexAssign
rotate
rotateX
rotateY
rotateZ
rowAdd
rowMultiply
rowSwitch
scale
setCol
setData
setRow
shear
sub
subMatrix
toString
translate
transpose
static functions
identity
static variables
HEIGHT
WIDTH
variables
data
Gets a specified row as a vector.