dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Vec.opOpAssign
dath
vector
Vec
Returns the sum of 2 vectors.
void
opOpAssign
(float scalar)
void
opOpAssign
(float scalar)
void
opOpAssign
(float scalar)
void
opOpAssign
(float scalar)
void
opOpAssign
(Vec!(T, n) other)
struct
Vec
(T, ulong n)
@
nogc
pure nothrow
void
opOpAssign
(
string
s
)
(
const
Vec
!(
T
,
n
)
other
)
if
(
s
== "+"
)
if
(
n
>= 1 &&
isNumeric
!
T
)
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 sum of 2 vectors.