ProGAL.geom3d.tests
Class LineTest

java.lang.Object
  extended by ProGAL.geom3d.tests.LineTest

public class LineTest
extends java.lang.Object


Constructor Summary
LineTest()
           
 
Method Summary
 void testGetDir()
           
 void testGetDistance()
           
 void testGetDistanceSquared()
           
 void testGetMaxDistance()
           
 void testGetMaxDistanceSquared()
           
 void testGetP()
           
 void testGetPoint()
           
 void testGetSquaredDistance()
           
 void testLinePointVector()
           
 void testLineSegment()
           
 void testLineVector()
           
 void testOrthogonalProjectionParameter()
           
 void testOrthogonalProjectionParameters()
           
 void testOrthogonalProjectionPoint()
           
 void testOrthogonalProjectionPointList()
           
 void testRotate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineTest

public LineTest()
Method Detail

testLineVector

public void testLineVector()

testLinePointVector

public void testLinePointVector()

testLineSegment

public void testLineSegment()

testGetP

public void testGetP()

testGetDir

public void testGetDir()

testGetPoint

public void testGetPoint()

testOrthogonalProjectionPoint

public void testOrthogonalProjectionPoint()

testOrthogonalProjectionParameter

public void testOrthogonalProjectionParameter()

testOrthogonalProjectionPointList

public void testOrthogonalProjectionPointList()

testOrthogonalProjectionParameters

public void testOrthogonalProjectionParameters()

testGetDistanceSquared

public void testGetDistanceSquared()

testGetDistance

public void testGetDistance()

testGetMaxDistanceSquared

public void testGetMaxDistanceSquared()

testGetMaxDistance

public void testGetMaxDistance()

testGetSquaredDistance

public void testGetSquaredDistance()

testRotate

public void testRotate()