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 faf98fa commit 6a5e20eCopy full SHA for 6a5e20e
1 file changed
AABB_tree/include/CGAL/AABB_sphere_primitive_3.h
@@ -40,7 +40,7 @@ namespace internal {
40
get(Self, key_type it)
41
{
42
const typename GeomTraits::Point_3 c = it->center();
43
- typename FT r = sqrt(it->squared_radius());
+ typename GeomTraits::FT r = approximate_sqrt(it->squared_radius());
44
return typename GeomTraits::Point_3(c.x(), c.y(), c.z() + r);
45
}
46
};
0 commit comments