org.apache.commons.math3.geometry.euclidean.threed
Class Vector3DTest
java.lang.Object
org.apache.commons.math3.geometry.euclidean.threed.Vector3DTest
public class Vector3DTest
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Vector3DTest
public Vector3DTest()
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.