gfm ~master (2021-03-12T16:19:32Z)
Home
Dub
Repo
Vector.opBinary
gfm
math
vector
Vector
Undocumented in source. Be warned that the author may not have intended to support it.
struct
Vector
(T, int N)
nothrow @
nogc
pure const nothrow
Vector
opBinary
(
string
op
U
)
(
U
operand
)
if
(
is
(
U
:
Vector
) ||
(
isConvertible
!
U
)
)
Meta
Source
See Implementation
gfm
math
vector
Vector
aliases
fastInverseLength
constructors
this
functions
distanceTo
fastInverseMagnitude
fastNormalize
fastNormalized
getOrthogonalVector
inverseMagnitude
magnitude
normalize
normalized
opAssign
opBinary
opBinaryRight
opCast
opDollar
opEquals
opIndex
opIndexAssign
opOpAssign
opSlice
opUnary
ptr
squaredDistanceTo
squaredMagnitude
toHash
toString
properties
opDispatch
unions
__anonymous