dgame ~master (2021-12-24T16:32:58.6490046)
Dub
Repo
Vector3.opOpAssign
Dgame
Math
Vector3
Vector3
Supported operation: +=, -=, *=, /= and %=
Vector3
!(
T
)
opOpAssign
(Vector3!(T) vec)
struct
Vector3
(T)
@
nogc
ref pure nothrow
Vector3
!(
T
)
opOpAssign
(
string
op
)
(
const
Vector3
!(
T
)
vec
)
if
(
isNumeric
!(
T
)
)
Vector3
!(
T
)
opOpAssign
(float num)
Meta
Source
See Implementation
Dgame
Math
Vector3
Vector3
aliases
dot
constructors
this
functions
cross
diff
isEmpty
normalize
opBinary
opEquals
opOpAssign
rotate
scalar
properties
length
variables
x
y
z
Supported operation: +=, -=, *=, /= and %=