diff --git a/vcg/space/box2.h b/vcg/space/box2.h index c95d8dfe..795b9367 100644 --- a/vcg/space/box2.h +++ b/vcg/space/box2.h @@ -46,7 +46,7 @@ class Box2 public: /// The scalar type typedef BoxScalarType ScalarType; - typedef typename Point2 PointType ; + typedef Point2 PointType ; /// min coordinate point PointType min; @@ -127,7 +127,7 @@ public: } /** Varies the dimension of the bounding box. - @param delta The size delta (if positive, box is enlarged) + @param delta The size delta per dimension (if positive, box is enlarged) */ void Offset(const PointType & delta) {