dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Mat.opOpAssign
dath
matrix
Mat
Returns this matrix * scalar
void
opOpAssign
(float scalar)
struct
Mat
(T, ulong n)
@
nogc
pure nothrow
void
opOpAssign
(
string
s
)
(
const
float
scalar
)
if
(
s
== "*"
)
if
(
n
>= 2 &&
isNumeric
!
T
)
void
opOpAssign
(Mat!(T, n) other)
Meta
Source
See Implementation
dath
matrix
Mat
constructors
this
functions
opBinary
opIndex
opIndexAssign
opOpAssign
ptr
unions
__anonymous
Returns this matrix * scalar