ProGAL.geomNd.tests
Class PointTest

java.lang.Object
  extended by ProGAL.geomNd.tests.PointTest

public class PointTest
extends java.lang.Object


Constructor Summary
PointTest()
           
 
Method Summary
 void testGet()
           
 void testGetAngle()
           
 void testGetCoord()
           
 void testGetDistance()
           
 void testGetDistanceSquared()
           
 void testGetMidpoint()
           
 void testPointDoubleArray()
           
 void testPointInt()
           
 void testSet()
           
 void testToVector()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointTest

public PointTest()
Method Detail

testPointDoubleArray

public void testPointDoubleArray()

testPointInt

public void testPointInt()

testGet

public void testGet()

testGetCoord

public void testGetCoord()

testSet

public void testSet()

testGetDistanceSquared

public void testGetDistanceSquared()

testGetDistance

public void testGetDistance()

testGetMidpoint

public void testGetMidpoint()

testGetAngle

public void testGetAngle()

testToVector

public void testToVector()