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