dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Vec.opOpAssign
dath
vector
Vec
Returns the mul of this * scalar.
void
opOpAssign
(float scalar)
struct
Vec
(T, ulong n)
@
nogc
pure nothrow
void
opOpAssign
(
string
s
)
(
const
float
scalar
)
if
(
s
== "*"
)
if
(
n
>= 1 &&
isNumeric
!
T
)
void
opOpAssign
(float scalar)
void
opOpAssign
(float scalar)
void
opOpAssign
(float scalar)
void
opOpAssign
(Vec!(T, n) other)
void
opOpAssign
(Vec!(T, n) other)
void
opOpAssign
(Vec!(T, n) other)
void
opOpAssign
(Vec!(T, n) other)
Meta
Source
See Implementation
dath
vector
Vec
constructors
this
functions
magnitude
normalize
normalized
opBinary
opCast
opDispatch
opIndex
opIndexAssign
opOpAssign
opUnary
ptr
unions
__anonymous
Returns the mul of this * scalar.