retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
Vector.opBinary
retrograde
math
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
Vector
opBinary
(Vector rhs)
struct
Vector
(T, uint N)
Vector
opBinary
(
string
op
)
(
Vector
rhs
)
if
(
rhs._N
==
N
&&
(
op
== "+" ||
op
== "-"
)
)
if
(
N
> 0
)
Vector
opBinary
(scalar rhs)
Meta
Source
See Implementation
retrograde
math
Vector
aliases
_N
_T
length
constructors
this
functions
cross
dot
downgrade
normalize
opBinary
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opUnary
reflect
refract
round
toString
properties
angle
magnitude
w
x
y
z