Sphere.distanceTo

struct Sphere(T, int N)
pure nothrow const @safe @nogc
static if(isFloatingPoint!T)
T
distanceTo
if (
N == 2 ||
N == 3
)

Meta