com.yobotics.simulationconstructionset.util.ground
Class RotatableConvexPolygonTerrainObjectTest

java.lang.Object
  extended by com.yobotics.simulationconstructionset.util.ground.RotatableConvexPolygonTerrainObjectTest

public class RotatableConvexPolygonTerrainObjectTest
extends java.lang.Object


Constructor Summary
RotatableConvexPolygonTerrainObjectTest()
           
 
Method Summary
 void setUp()
           
 void testClosestIntersectionAndNormalAt()
           
 void testClosestIntersectionTo()
           
 void testGetXMax()
           
 void testGetXMin()
           
 void testGetYMax()
           
 void testGetYMin()
           
 void testHeightAt()
           
 void testIsClose()
           
 void testIsInsideTheFace()
           
 void testSetupInEnvironment()
           
 void testSurfaceNormalAt()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RotatableConvexPolygonTerrainObjectTest

public RotatableConvexPolygonTerrainObjectTest()
Method Detail

setUp

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

testHeightAt

public void testHeightAt()

testIsClose

public void testIsClose()

testClosestIntersectionTo

public void testClosestIntersectionTo()

testIsInsideTheFace

public void testIsInsideTheFace()

testSurfaceNormalAt

public void testSurfaceNormalAt()

testClosestIntersectionAndNormalAt

public void testClosestIntersectionAndNormalAt()

testGetXMin

public void testGetXMin()

testGetXMax

public void testGetXMax()

testGetYMin

public void testGetYMin()

testGetYMax

public void testGetYMax()

testSetupInEnvironment

public void testSetupInEnvironment()