Sphere.intersects

struct Sphere(T, int N)
pure nothrow const @safe @nogc
bool
intersects
if (
N == 2 ||
N == 3
)

Meta