Sphere.intersects

Sphere vs sphere intersection.

struct Sphere(T, int N)
nothrow @nogc pure const nothrow
bool
intersects

Return Value

Type: bool

true if the spheres intersect.

Meta