us.ihmc.utilities.math.geometry
Class LineSegment3dTest

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

public class LineSegment3dTest
extends java.lang.Object


Constructor Summary
LineSegment3dTest()
           
 
Method Summary
 void testDistanceToPoint()
           
 void testLenght()
           
 void testProjection()
           
 void testRandom()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSegment3dTest

public LineSegment3dTest()
Method Detail

testLenght

public void testLenght()

testDistanceToPoint

public void testDistanceToPoint()

testProjection

public void testProjection()

testRandom

public void testRandom()