MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / radius

Method radius

src/geode/geometry/basic_objects/sphere.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56 template < typename PointType, index_t dimension >
57 double GenericSphere< PointType, dimension >::radius() const
58 {
59 return radius_;
60 }
61
62 template < typename PointType, index_t dimension >
63 BoundingBox< dimension >

Callers 10

line_sphere_intersectionFunction · 0.45
point_sphere_distanceFunction · 0.45
point_circle_distanceFunction · 0.45
point_disk_distanceFunction · 0.45
SphereMethod · 0.45
test_sphereFunction · 0.45
test_circleFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_sphereFunction · 0.36
test_circleFunction · 0.36