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

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

public class SubLineTest
extends Object


Constructor Summary
SubLineTest()
           
 
Method Summary
 void testEndPoints()
           
 void testHalfInfiniteNeg()
           
 void testHalfInfinitePos()
           
 void testIntersectionBoundaryBoundary()
           
 void testIntersectionBoundaryOutside()
           
 void testIntersectionInsideBoundary()
           
 void testIntersectionInsideInside()
           
 void testIntersectionInsideOutside()
           
 void testIntersectionOutsideOutside()
           
 void testNoEndPoints()
           
 void testNoSegments()
           
 void testSeveralSegments()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubLineTest

public SubLineTest()
Method Detail

testEndPoints

public void testEndPoints()

testNoEndPoints

public void testNoEndPoints()

testNoSegments

public void testNoSegments()

testSeveralSegments

public void testSeveralSegments()

testHalfInfiniteNeg

public void testHalfInfiniteNeg()

testHalfInfinitePos

public void testHalfInfinitePos()

testIntersectionInsideInside

public void testIntersectionInsideInside()

testIntersectionInsideBoundary

public void testIntersectionInsideBoundary()

testIntersectionInsideOutside

public void testIntersectionInsideOutside()

testIntersectionBoundaryBoundary

public void testIntersectionBoundaryBoundary()

testIntersectionBoundaryOutside

public void testIntersectionBoundaryOutside()

testIntersectionOutsideOutside

public void testIntersectionOutsideOutside()


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