us.ihmc.utilities.math.geometry
Class BoundingBox3dTest

java.lang.Object
  extended by us.ihmc.utilities.math.geometry.BoundingBox3dTest

public class BoundingBox3dTest
extends java.lang.Object


Constructor Summary
BoundingBox3dTest()
           
 
Method Summary
 void testConstructors()
           
 void testGetCenterPointCopy()
           
 void testGetMaxPoint()
           
 void testGetMinPoint()
           
 void testIntersects()
           
 void testIsAtOrAbove()
           
 void testIsAtOrBelow()
           
 void testIsAtOrLeftOf()
           
 void testIsAtOrRightOf()
           
 void testIsBoxAtOrBehind()
           
 void testIsBoxAtOrInFrontOf()
           
 void testIsInside()
           
 void testToString()
           
 void testUnion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox3dTest

public BoundingBox3dTest()
Method Detail

testGetMinPoint

public void testGetMinPoint()

testGetMaxPoint

public void testGetMaxPoint()

testGetCenterPointCopy

public void testGetCenterPointCopy()

testIsAtOrAbove

public void testIsAtOrAbove()

testIsAtOrBelow

public void testIsAtOrBelow()

testIsAtOrLeftOf

public void testIsAtOrLeftOf()

testIsAtOrRightOf

public void testIsAtOrRightOf()

testIsBoxAtOrInFrontOf

public void testIsBoxAtOrInFrontOf()

testIsBoxAtOrBehind

public void testIsBoxAtOrBehind()

testIsInside

public void testIsInside()

testIntersects

public void testIntersects()

testConstructors

public void testConstructors()

testUnion

public void testUnion()

testToString

public void testToString()