dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Vector3.opUnary
dsfml
system
vector3
Vector3
Invert the members of the vector.
struct
Vector3
(T)
Vector3
!(
T
)
opUnary
const
(
string
s
)
(
)
if
(
s
== "-"
)
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
Invert the members of the vector.