dvec v0.0.5 (2022-10-24T22:04:52Z)
Dub
Repo
Mat.copy
dvec
matrix
Mat
Gets a copy of this matrix.
struct
Mat
(T, size_t rowCount, size_t colCount)
const
Mat
!(
T
,
rowCount
,
colCount
)
copy
(
)
if
(
isNumeric
!
T
&&
rowCount
> 0
&&
colCount
> 0
)
Return Value
Type:
Mat
!(
T
,
rowCount
,
colCount
)
A copy of this matrix.
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 copy of this matrix.