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

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.threed.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()
                   throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testNoEndPoints

public void testNoEndPoints()
                     throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testNoSegments

public void testNoSegments()
                    throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testSeveralSegments

public void testSeveralSegments()
                         throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testHalfInfiniteNeg

public void testHalfInfiniteNeg()
                         throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testHalfInfinitePos

public void testHalfInfinitePos()
                         throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersectionInsideInside

public void testIntersectionInsideInside()
                                  throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersectionInsideBoundary

public void testIntersectionInsideBoundary()
                                    throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersectionInsideOutside

public void testIntersectionInsideOutside()
                                   throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersectionBoundaryBoundary

public void testIntersectionBoundaryBoundary()
                                      throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersectionBoundaryOutside

public void testIntersectionBoundaryOutside()
                                     throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersectionOutsideOutside

public void testIntersectionOutsideOutside()
                                    throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException


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