ProGAL.geom3d.tests
Class PlaneTest

java.lang.Object
  extended by ProGAL.geom3d.tests.PlaneTest

public class PlaneTest
extends java.lang.Object


Constructor Summary
PlaneTest()
           
 
Method Summary
 void testAbove()
           
 void testBelow()
           
 void testGetDistance()
           
 void testGetIntersectionLine()
           
 void testGetIntersectionLineSegment()
           
 void testGetIntersectionParameter()
           
 void testGetNormal()
           
 void testGetPoint()
           
 void testgetUnsignedDihedralAngle()
           
 void testPlanePointPointPoint()
           
 void testPlanePointVector()
           
 void testPlaneVector()
           
 void testProjectPoint()
           
 void testSetNormal()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaneTest

public PlaneTest()
Method Detail

testPlaneVector

public void testPlaneVector()

testPlanePointVector

public void testPlanePointVector()

testPlanePointPointPoint

public void testPlanePointPointPoint()

testGetPoint

public void testGetPoint()

testGetNormal

public void testGetNormal()

testSetNormal

public void testSetNormal()

testProjectPoint

public void testProjectPoint()

testAbove

public void testAbove()

testBelow

public void testBelow()

testGetDistance

public void testGetDistance()

testgetUnsignedDihedralAngle

public void testgetUnsignedDihedralAngle()

testGetIntersectionLine

public void testGetIntersectionLine()

testGetIntersectionParameter

public void testGetIntersectionParameter()

testGetIntersectionLineSegment

public void testGetIntersectionLineSegment()