distance

Distance between two points.

@safe nothrow pure
inout(T)
distance
(
T
)
(
inout(Vector!T) a
,
inout(Vector!T) b
)

Parameters

a inout(Vector!T)

First point.

b inout(Vector!T)

Second point.

Meta