# # ChangeLog for src/Shapes # # Generated by Trac 1.6 # May 23, 2025, 8:21:27 PM Thu, 22 Jul 2010 15:20:43 GMT Tillmann Crueger [79dd0e] * src/Shapes/ShapeOps.cpp (modified) Added forgotten return statement in translate_impl::toString() Thu, 15 Jul 2010 11:52:37 GMT Tillmann Crueger [d76a7c] * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes.hpp (modified) Added simpler method to create cuboids with arbitrary corners Thu, 15 Jul 2010 11:35:30 GMT Tillmann Crueger [f3526d] * src/Shapes/BaseShapes.cpp (modified) * src/Shapes/BaseShapes.hpp (modified) Added simpler methods for constructing different spheres and ellipsoids Thu, 15 Jul 2010 10:37:56 GMT Tillmann Crueger [cfda65] * 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) Added methods to output shapes on the screen Wed, 14 Jul 2010 15:52:48 GMT Tillmann Crueger [ef84ca] * src/Shapes/Shape.cpp (modified) FIX: Mixed up "And" and "Or" cases for Shape-Surface calculation Wed, 14 Jul 2010 14:52:07 GMT Tillmann Crueger [5de9da] * 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) Added some important Methods to Shape class hierachy - ... 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 Thu, 01 Jul 2010 14:24:25 GMT Tillmann Crueger [5e588b5] * src/Shapes/ShapeOps.cpp (modified) * src/Shapes/ShapeOps.hpp (modified) * src/Shapes/ShapeOps_impl.hpp (modified) Added more Shape operations Fri, 18 Jun 2010 10:46:57 GMT Tillmann Crueger [394529] * src/Shapes/ShapeOps.cpp (modified) Added small sanity check to the arguments of Resize_impl 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:18:10 GMT Tillmann Crueger [e38447] * src/Makefile.am (modified) * src/Shapes/BaseShapes.cpp (added) * src/Shapes/BaseShapes.hpp (added) * src/Shapes/BaseShapes_impl.hpp (added) Added some basic shapes to the shape framework 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.