dsfml ~master (2021-10-04T07:02:59.4470602)
Dub
Repo
Vector3.opUnary
dsfml
system
vector3
Vector3
Invert the members of the vector.
struct
Vector3
(T)
const
Vector3
!(
T
)
opUnary
(
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.