# # ChangeLog for src/Shapes/Shape.cpp # # Generated by Trac 1.4.4 # Jan 19, 2025, 7:50:18 PM Thu, 01 Jul 2010 14:29:52 GMT Tillmann Crueger [205d9b] * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) Added missing const to Shape::isInside() method Fri, 18 Jun 2010 10:44:04 GMT Tillmann Crueger [e09b70] * src/Makefile.am (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeOps.cpp (added) * src/Shapes/ShapeOps.hpp (added) * src/Shapes/ShapeOps_impl.hpp (added) * src/Shapes/Shape_impl.hpp (modified) Added basic operations on shapes Fri, 18 Jun 2010 10:03:23 GMT Tillmann Crueger [997784] * src/Makefile.am (modified) * src/Shapes/Shape.cpp (added) * src/Shapes/Shape.hpp (added) * src/Shapes/Shape_impl.hpp (added) * src/unittests/Makefile.am (modified) * src/unittests/ShapeUnittest.cpp (added) * src/unittests/ShapeUnittest.hpp (added) Added basic structure for definition of geometric 3D shapes.