vasaro ~master (2018-12-13T20:04:20Z)
Dub
Repo
Vec3.opOpAssign
vec3
Vec3
Undocumented in source. Be warned that the author may not have intended to support it.
void
opOpAssign
(Vec3 v)
void
opOpAssign
(T v)
struct
Vec3
void
opOpAssign
(
string
op
T
)
(
const
T
v
)
if
(
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
&&
isNumeric
!
T
)
Meta
Source
See Implementation
vec3
Vec3
constructors
this
functions
crossProduct
dotProduct
normalize
normalized
opAssign
opBinary
opOpAssign
postblits
this(this)
properties
magnitude
unions
__anonymous