org.apache.commons.math3.geometry.euclidean.twod
Class PolygonsSetTest

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.twod.PolygonsSetTest

public class PolygonsSetTest
extends Object


Constructor Summary
PolygonsSetTest()
           
 
Method Summary
 void testBug20040520()
           
 void testBug20041003()
           
 void testChoppedHexagon()
           
 void testConcentric()
           
 void testDifference()
           
 void testDisjointPolygons()
           
 void testEmptyDifference()
           
 void testHole()
           
 void testIntersection()
           
 void testIssue880Complete()
           
 void testIssue880Simplified()
           
 void testLineIntersection()
           
 void testOppositeHyperplanes()
           
 void testSimplyConnected()
           
 void testSingularPoint()
           
 void testSqueezedHexa()
           
 void testStair()
           
 void testUnion()
           
 void testUnlimitedSubHyperplane()
           
 void testXor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonsSetTest

public PolygonsSetTest()
Method Detail

testSimplyConnected

public void testSimplyConnected()

testStair

public void testStair()

testHole

public void testHole()

testDisjointPolygons

public void testDisjointPolygons()

testOppositeHyperplanes

public void testOppositeHyperplanes()

testSingularPoint

public void testSingularPoint()

testLineIntersection

public void testLineIntersection()

testUnlimitedSubHyperplane

public void testUnlimitedSubHyperplane()

testUnion

public void testUnion()

testIntersection

public void testIntersection()

testXor

public void testXor()

testDifference

public void testDifference()

testEmptyDifference

public void testEmptyDifference()

testChoppedHexagon

public void testChoppedHexagon()

testConcentric

public void testConcentric()

testBug20040520

public void testBug20040520()

testBug20041003

public void testBug20041003()

testSqueezedHexa

public void testSqueezedHexa()

testIssue880Simplified

public void testIssue880Simplified()

testIssue880Complete

public void testIssue880Complete()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.