dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Vector3.opAssign
dsfml
system
vector3
Vector3
Assign the value of another vector whose type can be converted to T.
struct
Vector3
(T)
ref
Vector3
!(
T
)
opAssign
(
E
)
(
Vector3
!(
E
)
otherVector
)
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
Assign the value of another vector whose type can be converted to T.