We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd53aff commit 69e7937Copy full SHA for 69e7937
src/geode/geometry/basic_objects/sphere.cpp
@@ -64,6 +64,7 @@ namespace geode
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
}
0 commit comments