us.ihmc.utilities.math.geometry
Class Plane3dTest

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

public class Plane3dTest
extends java.lang.Object


Constructor Summary
Plane3dTest()
           
 
Method Summary
 void test()
           
 void testApplyTransform()
           
 void testDistance()
           
 void testEmptyConstructor()
           
 void testIsOnOrAbove()
           
 void testIsOnOrBelow()
           
 void testOrthogonalProjection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plane3dTest

public Plane3dTest()
Method Detail

test

public void test()

testEmptyConstructor

public void testEmptyConstructor()

testIsOnOrAbove

public void testIsOnOrAbove()

testIsOnOrBelow

public void testIsOnOrBelow()

testOrthogonalProjection

public void testOrthogonalProjection()

testDistance

public void testDistance()

testApplyTransform

public void testApplyTransform()