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

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.threed.LineTest

public class LineTest
extends Object


Constructor Summary
LineTest()
           
 
Method Summary
 void testClosest()
           
 void testContains()
           
 void testIntersection()
           
 void testLineDistance()
           
 void testPointDistance()
           
 void testRevert()
           
 void testSimilar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineTest

public LineTest()
Method Detail

testContains

public void testContains()
                  throws MathIllegalArgumentException,
                         MathArithmeticException
Throws:
MathIllegalArgumentException
MathArithmeticException

testSimilar

public void testSimilar()
                 throws MathIllegalArgumentException,
                        MathArithmeticException
Throws:
MathIllegalArgumentException
MathArithmeticException

testPointDistance

public void testPointDistance()
                       throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testLineDistance

public void testLineDistance()
                      throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testClosest

public void testClosest()
                 throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersection

public void testIntersection()
                      throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testRevert

public void testRevert()


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