X-Git-Url: http://git.tdb.fi/?p=libs%2Fmath.git;a=blobdiff_plain;f=source%2Fgeometry%2Fextrudedshape.h;h=0d895ac5bc0aecbac9d6de46f5e93c9c932ca0dd;hp=8fac4bc46d7e9e4da831fed1713987834af54a24;hb=643aa7b2317f88463f66da11e595ebe0f6c9621d;hpb=fe9d42c7cb18bc1db6d278bdc2f8372822d025bf diff --git a/source/geometry/extrudedshape.h b/source/geometry/extrudedshape.h index 8fac4bc..0d895ac 100644 --- a/source/geometry/extrudedshape.h +++ b/source/geometry/extrudedshape.h @@ -107,8 +107,6 @@ inline unsigned ExtrudedShape::get_max_ray_intersections() const template inline unsigned ExtrudedShape::get_intersections(const Ray &ray, SurfacePoint *points, unsigned size) const { - using std::abs; - using std::sqrt; using std::swap; unsigned n = 0;