Ignore:
Timestamp:
Aug 20, 2014, 1:06:16 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
ef3885
Parents:
1cde4e8
git-author:
Frederik Heber <heber@…> (07/09/14 22:08:37)
git-committer:
Frederik Heber <heber@…> (08/20/14 13:06:16)
Message:

Added calculation of center of minimum distance by bisection.

  • this will give us a unique a definite point independent of the (rotational) position of the point set on the unit sphere.
  • added unit test.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/unittests/SphericalPointDistributionUnitTest.hpp

    r1cde4e8 ra2f8a9  
    2222{
    2323    CPPUNIT_TEST_SUITE( SphericalPointDistributionTest) ;
     24    CPPUNIT_TEST( calculateCenterOfMinimumDistanceTest );
    2425    CPPUNIT_TEST ( areEqualToWithinBoundsTest );
    2526    CPPUNIT_TEST ( joinPointsTest );
     
    3738      void setUp();
    3839      void tearDown();
     40      void calculateCenterOfMinimumDistanceTest();
    3941      void areEqualToWithinBoundsTest();
    4042      void joinPointsTest();
Note: See TracChangeset for help on using the changeset viewer.