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)
struct
Vec3
void
opOpAssign
(
string
op
)
(
const
ref
Vec3
v
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
void
opOpAssign
(T v)
Meta
Source
See Implementation
vec3
Vec3
constructors
this
functions
crossProduct
dotProduct
normalize
normalized
opAssign
opBinary
opOpAssign
postblits
this(this)
properties
magnitude
unions
__anonymous