novelate v0.0.2 (2020-01-22T19:34:01Z)
Home
Dub
Repo
Vector3.opBinary
dsfml
system
vector3
Vector3
Undocumented in source. Be warned that the author may not have intended to support it.
Vector3
!(
T
)
opBinary
(Vector3!(E) otherVector)
struct
Vector3
(T)
const
Vector3
!(
T
)
opBinary
(
string
op
E
)
(
Vector3
!(
E
)
otherVector
)
if
(
isNumeric
!(
E
) &&
(
(
op
== "+"
)
||
(
op
== "-"
)
)
)
if
(
isNumeric
!(
T
)
)
Vector3
!(
T
)
opBinary
(E num)
Meta
Source
See Implementation
dsfml
system
vector3
Vector3
constructors
this
functions
opAssign
opBinary
opOpAssign
opUnary
toString
variables
x
y
z