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

Method bounding_box

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

Source from the content-addressed store, hash-verified

61
62 template < typename PointType, index_t dimension >
63 BoundingBox< dimension >
64 GenericSphere< PointType, dimension >::bounding_box() const
65 {
66 BoundingBox< dimension > bbox;
67 bbox.add_point( origin_ );
68 bbox.extends( radius_ );
69 return bbox;
70 }
71
72 template < index_t dimension >
73 OwnerSphere< dimension >::OwnerSphere(

Callers 7

intersectsMethod · 0.45
epsilon_intersectsMethod · 0.45
intersects< 3 >Method · 0.45
best_projection_axisFunction · 0.45

Calls 2

extendsMethod · 0.80
add_pointMethod · 0.45

Tested by

no test coverage detected