us.ihmc.utilities.math.geometry
Class BoundingBox2dTest

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

public class BoundingBox2dTest
extends java.lang.Object


Constructor Summary
BoundingBox2dTest()
           
 
Method Summary
 void testConstructors()
           
 void testGetCenterPointCopy()
           
 void testGetMaxPoint()
           
 void testGetMinPoint()
           
 void testGetPointGivenParameters()
           
 void testIntersects()
           
 void testIsFullyAbove()
           
 void testIsFullyBelow()
           
 void testIsFullyLeft()
           
 void testIsFullyRight()
           
 void testIsInside()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoundingBox2dTest

public BoundingBox2dTest()
Method Detail

testGetMinPoint

public void testGetMinPoint()

testGetMaxPoint

public void testGetMaxPoint()

testGetCenterPointCopy

public void testGetCenterPointCopy()

testIsFullyAbove

public void testIsFullyAbove()

testIsFullyBelow

public void testIsFullyBelow()

testIsFullyLeft

public void testIsFullyLeft()

testIsFullyRight

public void testIsFullyRight()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testIsInside

public void testIsInside()

testIntersects

public void testIntersects()

testConstructors

public void testConstructors()

testGetPointGivenParameters

public void testGetPointGivenParameters()