Vector.distance

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

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

Meta