Vector.sq_distance

Calculate the squared distance between two points pointed by this vector and other Params : b = Vector B Returns : Squared distance between the point pointed by this vector and other point

struct Vector(T, size_t dim_)
nothrow @nogc pure
T
sq_distance
()
(
auto ref const Vector b
)
if (
__traits(isFloating, T)
)

Meta