us.ihmc.utilities.math
Class TestMathTools

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by us.ihmc.utilities.math.TestMathTools
All Implemented Interfaces:
junit.framework.Test

public class TestMathTools
extends junit.framework.TestCase

Title: MathTools Tester

Description: Tests methods in MathTools class

Copyright: Copyright (c) 2006

Company: IHMC

Version:
1.0
Author:
not attributable

Constructor Summary
TestMathTools(java.lang.String name)
           
 
Method Summary
 void testArePointsInOrderColinear()
           
 void testArePointsInOrderColinear2()
           
 void testGenerateRandomPoint3d()
           
 void testGetReversedArrayList()
           
 void testProjectionOntoPlane()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestMathTools

public TestMathTools(java.lang.String name)
Method Detail

testArePointsInOrderColinear

public void testArePointsInOrderColinear()

testArePointsInOrderColinear2

public void testArePointsInOrderColinear2()

testGenerateRandomPoint3d

public void testGenerateRandomPoint3d()

testGetReversedArrayList

public void testGetReversedArrayList()

testProjectionOntoPlane

public void testProjectionOntoPlane()