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

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

public class LineTest
extends Object


Constructor Summary
LineTest()
           
 
Method Summary
 void testAbscissa()
           
 void testContains()
           
 void testDistance()
           
 void testIntersection()
           
 void testOffset()
           
 void testOriginOffset()
           
 void testParallel()
           
 void testPointAt()
           
 void testTransform()
           
 
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()

testAbscissa

public void testAbscissa()

testOffset

public void testOffset()

testDistance

public void testDistance()

testPointAt

public void testPointAt()

testOriginOffset

public void testOriginOffset()

testParallel

public void testParallel()

testTransform

public void testTransform()
                   throws MathIllegalArgumentException
Throws:
MathIllegalArgumentException

testIntersection

public void testIntersection()


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