dlsl v0.1.1 (2017-01-01T09:58:18Z)
Dub
Repo
Vector.opOpAssign
dlsl
vector
Vector
Op= Operation with a scalar
void
opOpAssign
(valueType val)
struct
Vector
(type, int dim)
@
safe
pure nothrow
void
opOpAssign
(
string
op
)
(
valueType
val
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
if
(
(
dim
>= 2
)
&&
(
dim
<= 4
)
)
void
opOpAssign
(Vector vec)
Meta
Source
See Implementation
dlsl
vector
Vector
aliases
dimension
toString
valueType
constructors
this
functions
clear
opBinary
opBinaryRight
opCast
opOpAssign
opUnary
properties
asString
length
ok
ptr
static functions
genSetSwizz
getSwizz
isCompatibleVectorImpl
setSwizz
templates
isCompatibleVector
variables
aCol
aTex
comp
data
fill
idcs
Op= Operation with a scalar