]> git.tdb.fi Git - libs/math.git/blobdiff - source/geometry/extrudedshape.h
Math function usage fixes
[libs/math.git] / source / geometry / extrudedshape.h
index 8fac4bc46d7e9e4da831fed1713987834af54a24..0d895ac5bc0aecbac9d6de46f5e93c9c932ca0dd 100644 (file)
@@ -107,8 +107,6 @@ inline unsigned ExtrudedShape<T, D>::get_max_ray_intersections() const
 template<typename T, unsigned D>
 inline unsigned ExtrudedShape<T, D>::get_intersections(const Ray<T, D> &ray, SurfacePoint<T, D> *points, unsigned size) const
 {
-       using std::abs;
-       using std::sqrt;
        using std::swap;
 
        unsigned n = 0;