gfm v2.0.11 (2015-02-12T17:50:21Z)
Home
Dub
Repo
Sphere.this
gfm
math
shapes
Sphere
Creates a sphere from a point and a radius.
struct
Sphere
(T, int N)
nothrow @
nogc
pure nothrow
this
(
in
point_t
center_
,
T
radius_
)
Meta
Source
See Implementation
gfm
math
shapes
Sphere
aliases
point_t
constructors
this
functions
area
contains
distanceTo
intersects
squaredDistanceTo
variables
center
radius
Creates a sphere from a point and a radius.