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)
Vec3
opBinary
(T v)
struct
Vec3
const
Vec3
opBinary
(
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