org.apache.commons.math3.geometry.euclidean.threed
Class Vector3DTest

java.lang.Object
  extended by org.apache.commons.math3.geometry.euclidean.threed.Vector3DTest

public class Vector3DTest
extends Object


Constructor Summary
Vector3DTest()
           
 
Method Summary
 void testAccurateCrossProduct()
           
 void testAccurateDotProduct()
           
 void testAdd()
           
 void testAngle()
           
 void testAngular()
           
 void testAngularSeparation()
           
 void testConstructors()
           
 void testCoordinates()
           
 void testCrossProduct()
           
 void testCrossProductCancellation()
           
 void testDistance()
           
 void testDistance1()
           
 void testDistanceInf()
           
 void testDistanceSq()
           
 void testDotProduct()
           
 void testEquals()
           
 void testHash()
           
 void testInfinite()
           
 void testNaN()
           
 void testNegate()
           
 void testNorm()
           
 void testNorm1()
           
 void testNormalize()
           
 void testNormInf()
           
 void testNormSq()
           
 void testOrthogonal()
           
 void testScalarProduct()
           
 void testSpace()
           
 void testSubtract()
           
 void testToString()
           
 void testVectorialProducts()
           
 void testWrongDimension()
           
 void testZero()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Vector3DTest

public Vector3DTest()
Method Detail

testConstructors

public void testConstructors()
                      throws DimensionMismatchException
Throws:
DimensionMismatchException

testSpace

public void testSpace()

testZero

public void testZero()

testEquals

public void testEquals()

testHash

public void testHash()

testInfinite

public void testInfinite()

testNaN

public void testNaN()

testToString

public void testToString()

testWrongDimension

public void testWrongDimension()
                        throws DimensionMismatchException
Throws:
DimensionMismatchException

testCoordinates

public void testCoordinates()

testNorm1

public void testNorm1()

testNorm

public void testNorm()

testNormSq

public void testNormSq()

testNormInf

public void testNormInf()

testDistance1

public void testDistance1()

testDistance

public void testDistance()

testDistanceSq

public void testDistanceSq()

testDistanceInf

public void testDistanceInf()

testSubtract

public void testSubtract()

testAdd

public void testAdd()

testScalarProduct

public void testScalarProduct()

testVectorialProducts

public void testVectorialProducts()

testCrossProductCancellation

public void testCrossProductCancellation()

testAngular

public void testAngular()

testAngularSeparation

public void testAngularSeparation()
                           throws MathArithmeticException
Throws:
MathArithmeticException

testNormalize

public void testNormalize()
                   throws MathArithmeticException
Throws:
MathArithmeticException

testNegate

public void testNegate()

testOrthogonal

public void testOrthogonal()
                    throws MathArithmeticException
Throws:
MathArithmeticException

testAngle

public void testAngle()
               throws MathArithmeticException
Throws:
MathArithmeticException

testAccurateDotProduct

public void testAccurateDotProduct()

testDotProduct

public void testDotProduct()

testAccurateCrossProduct

public void testAccurateCrossProduct()

testCrossProduct

public void testCrossProduct()


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