dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Vector3.opOpAssign
dsfml
system
vector3
Vector3
Assign Add/Subtract with another vector3.
struct
Vector3
(T)
ref
Vector3
!(
T
)
opOpAssign
(
string
op
E
)
(
Vector3
!(
E
)
otherVector
)
if
(
isNumeric
!(
E
) &&
(
(
op
== "+"
)
||
(
op
== "-"
)
)
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
Meta
Source
See Implementation
dsfml
system
vector3
Vector3
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
z
Assign Add/Subtract with another vector3.