vasaro ~master (2018-12-13T20:04:20Z)
Dub
Repo
Vec3.opBinary
vec3
Vec3
Undocumented in source. Be warned that the author may not have intended to support it.
Vec3
opBinary
(Vec3 v)
struct
Vec3
const
Vec3
opBinary
(
string
op
)
(
const
ref
Vec3
v
)
if
(
(
op
== "+"
)
||
(
op
== "-"
)
||
(
op
== "*"
)
||
(
op
== "/"
)
)
Vec3
opBinary
(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