dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Vector2.opUnary
dsfml
system
vector2
Vector2
Invert the members of the vector.
struct
Vector2
(T)
Vector2
!(
T
)
opUnary
const
(
string
s
)
(
)
if
(
s
== "-"
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
Meta
Source
See Implementation
dsfml
system
vector2
Vector2
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
Invert the members of the vector.