Sphere.contains

Sphere contains point test.

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

Return Value

Type: bool

true if the point is inside the sphere.

Meta