/* * ShapeOps.hpp * * Created on: Jun 18, 2010 * Author: crueger */ #ifndef SHAPEOPS_HPP_ #define SHAPEOPS_HPP_ #include "Shapes/Shape.hpp" Shape resize(const Shape&,double); Shape translate(const Shape&, const Vector&); #endif /* SHAPEOPS_HPP_ */