dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
Vector.opOpAssign
dlsl
vector
Vector
Componentwise Op= Operation with another vector
void
opOpAssign
(
valueType
val
)
void
opOpAssign
(
Vector
vec
)
struct
Vector
(type, int dim)
@
safe
pure nothrow
void
opOpAssign
(
string
op
)
(
Vector
vec
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
if
(
(
dim
>= 2
)
&&
(
dim
<= 4
)
)
Meta
Source
See Implementation
dlsl
vector
Vector
constructors
this
functions
clear
opBinary
opBinaryRight
opCast
opEquals
opOpAssign
opUnary
properties
asString
length
ptr
static functions
genSetSwizz
getSwizz
setSwizz
variables
comp
data
Componentwise Op= Operation with another vector