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

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

public class PolyhedronsSetTest
extends Object


Constructor Summary
PolyhedronsSetTest()
           
 
Method Summary
 void testBox()
           
 void testBuildBox()
           
 void testCross()
           
 void testIsometry()
           
 void testIssue780()
           
 void testTetrahedron()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolyhedronsSetTest

public PolyhedronsSetTest()
Method Detail

testBox

public void testBox()

testTetrahedron

public void testTetrahedron()
                     throws MathArithmeticException
Throws:
MathArithmeticException

testIsometry

public void testIsometry()
                  throws MathArithmeticException,
                         MathIllegalArgumentException
Throws:
MathArithmeticException
MathIllegalArgumentException

testBuildBox

public void testBuildBox()

testCross

public void testCross()

testIssue780

public void testIssue780()
                  throws MathArithmeticException
Throws:
MathArithmeticException


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