Vector.squaredDistanceTo

Squared Euclidean distance between this vector and another one

struct Vector(T, int N)
nothrow @nogc pure const nothrow
T
squaredDistanceTo

Return Value

Type: T

squared Euclidean distance.

Meta