gfm v1.1.3 (2014-06-18T21:14:08Z)
Home
Dub
Repo
Sphere.this
gfm
math
shapes
Sphere
Creates a sphere from a point and a radius.
struct
Sphere
(T, size_t N)
nothrow 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.