JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.alsUtility
Class VecMathTest

java.lang.Object
  extended byjunit.framework.TestCase
      extended bygov.nasa.alsUtility.VecMathTest

public class VecMathTest
extends junit.framework.TestCase

compare Vector3d, Matrix3d, and Quat4d with Java3d's javax.vecmath to make sure they give similar results

See Also:
Serialized Form

Field Summary
 DoubleInterval interval
           
 
Constructor Summary
VecMathTest(java.lang.String name)
           
 
Method Summary
 void test()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

interval

public final DoubleInterval interval
Constructor Detail

VecMathTest

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

test

public void test()

JavaGenes, NASA Ames. Written largely by Al Globus