karasux ~master (2022-05-09T16:35:30.170042)
Dub
Repo
Matrix.opOpAssign
karasux
linear_algebra
matrix
Matrix
Operation and assign other vector.
struct
Matrix
(size_t ROWS, size_t COLS, E = float)
ref return scope
typeof
(this)
opOpAssign
(
string
op
)
(
auto
ref
const
(
typeof
(this))
value
)
Parameters
value
const
(
typeof
(this))
other vetor value.
Return Value
Type:
typeof
(this)
this vector.
Meta
Source
See Implementation
karasux
linear_algebra
matrix
Matrix
functions
fill
mul
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
swapRows
properties
columns
ptr
rows
static functions
fromRows
rotateX
rotateY
rotateZ
scale
translate
unit
Operation and assign other vector.