nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Vector3.opOpAssign
nudsfml
system
vector3
Vector3
Undocumented in source. Be warned that the author may not have intended to support it.
Vector3
!(
T
)
opOpAssign
(Vector3!(E) otherVector)
Vector3
!(
T
)
opOpAssign
(E num)
struct
Vector3
(T)
ref
Vector3
!(
T
)
opOpAssign
(
string
op
E
)
(
E
num
)
if
(
isNumeric
!(
E
) &&
(
(
op
== "*"
)
||
(
op
== "/"
)
)
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
Meta
Source
See Implementation
nudsfml
system
vector3
Vector3
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
z