#
# ChangeLog for src/Shapes/unittests/ShapeOpsUnitTest.hpp
#
# Generated by Trac 1.4.4
# Mar 18, 2025, 10:02:56 PM

Fri, 14 Dec 2012 17:40:12 GMT Frederik Heber <heber@…> [13202c]
	* src/Shapes/BaseShapes.cpp (modified)
	* src/Shapes/unittests/ShapeOpsUnitTest.cpp (modified)
	* src/Shapes/unittests/ShapeOpsUnitTest.hpp (modified)

	FIX: made Cuboid.isOnSurface() robust enough for transformations


Wed, 28 Mar 2012 15:17:38 GMT Frederik Heber <heber@…> [6acc2f3]
	* 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/Shapes/unittests/BaseShapesUnitTest.cpp (modified)
	* src/Shapes/unittests/ShapeOpsUnitTest.cpp (modified)
	* src/Shapes/unittests/ShapeOpsUnitTest.hpp (modified)

	Added getCenter() and getRadius to all Shapes.

	- also extended unit ...


Wed, 28 Mar 2012 15:17:38 GMT Frederik Heber <heber@…> [84721b]
	* src/Shapes/ShapeOps.cpp (modified)
	* src/Shapes/unittests/Makefile.am (modified)
	* src/Shapes/unittests/ShapeOpsUnitTest.cpp (added)
	* src/Shapes/unittests/ShapeOpsUnitTest.hpp (added)

	Added new unit test ShapeOpsUnitTest, testing all ShapeOps.

	- ...