# # ChangeLog for src/Shapes/Shape_impl.hpp # # Generated by Trac 1.4.4 # Apr 8, 2025, 9:22:25 AM Thu, 26 Aug 2010 13:28:45 GMT Frederik Heber [9c1c89] * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes_impl.hpp (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/Shape_impl.hpp (modified) FIX: all ...:getHomogeneousPointsOnSurface() now have size_t instead ... Tue, 10 Aug 2010 19:24:54 GMT Frederik Heber [c5186e] * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes_impl.hpp (modified) * src/Shapes/Shape.cpp (modified) * src/Shapes/Shape.hpp (modified) * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) * src/Shapes/Shape_impl.hpp (modified) * src/unittests/BaseShapesUnittest.cpp (added) * src/unittests/BaseShapesUnittest.hpp (added) * src/unittests/Makefile.am (modified) * src/unittests/ShapeUnittest.cpp (modified) Added getHomogenousPointsOnSurface() function to Shapes. - missing ... 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.