gfm ~master (2021-03-12T16:19:32Z)
Home
Dub
Repo
Sphere.contains
gfm
math
shapes
Sphere
Sphere contains point test.
struct
Sphere
(T, int N)
nothrow @
nogc
pure const nothrow
bool
contains
(
in
Sphere
s
)
Return Value
Type:
bool
true if the point is inside the sphere.
Meta
Source
See Implementation
gfm
math
shapes
Sphere
aliases
point_t
constructors
this
functions
area
contains
distanceTo
intersects
squaredDistanceTo
variables
center
radius
Sphere contains point test.