org.apache.commons.math.geometry
Class Vector3DTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.math.geometry.Vector3DTest
All Implemented Interfaces:
junit.framework.Test

public class Vector3DTest
extends junit.framework.TestCase


Constructor Summary
Vector3DTest(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testAdd()
           
 void testAngle()
           
 void testAngular()
           
 void testAngularSeparation()
           
 void testConstructors()
           
 void testCoordinates()
           
 void testNorm()
           
 void testNormalize()
           
 void testOrthogonal()
           
 void testScalarProduct()
           
 void testSubtract()
           
 void testVectorialProducts()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Vector3DTest

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

testConstructors

public void testConstructors()

testCoordinates

public void testCoordinates()

testNorm

public void testNorm()

testSubtract

public void testSubtract()

testAdd

public void testAdd()

testScalarProduct

public void testScalarProduct()

testVectorialProducts

public void testVectorialProducts()

testAngular

public void testAngular()

testAngularSeparation

public void testAngularSeparation()

testNormalize

public void testNormalize()

testOrthogonal

public void testOrthogonal()

testAngle

public void testAngle()

suite

public static junit.framework.Test suite()


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