us.ihmc.utilities.math.geometry
Class Line2dTest
java.lang.Object
us.ihmc.utilities.math.geometry.Line2dTest
public class Line2dTest
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Line2dTest
public Line2dTest()
testConstructors
public void testConstructors()
testPointVectorConstructorForException
public void testPointVectorConstructorForException()
testPointPointConstructorForException
public void testPointPointConstructorForException()
testGetPoint
public void testGetPoint()
testGetPointCopy
public void testGetPointCopy()
testGetNormalizedVector
public void testGetNormalizedVector()
testGetNormalizedVectorCopy
public void testGetNormalizedVectorCopy()
testGetSlope
public void testGetSlope()
testGetXIntercept
public void testGetXIntercept()
testGetYIntercept
public void testGetYIntercept()
testNegateDirection
public void testNegateDirection()
testNegateDirectionCopy
public void testNegateDirectionCopy()
testSetPointPoint
public void testSetPointPoint()
testSetPointPointException
public void testSetPointPointException()
testSetPointArray
public void testSetPointArray()
testSetPointArrayExceptions
public void testSetPointArrayExceptions()
testSetLine
public void testSetLine()
testSetDoubleException
public void testSetDoubleException()
testSetPoint2d
public void testSetPoint2d()
testRotate
public void testRotate()
testInteriorBisector
public void testInteriorBisector()
testPerpendicularVector
public void testPerpendicularVector()
testContainsEpsilon
public void testContainsEpsilon()
testPerpendicularLineThroughPoint
public void testPerpendicularLineThroughPoint()
testOrthogonalProjection
public void testOrthogonalProjection()
testOrthogonalProjectionCopy
public void testOrthogonalProjectionCopy()
testIntersectionWithLineSegment2d
public void testIntersectionWithLineSegment2d()
testInterSectionWithLine2d
public void testInterSectionWithLine2d()
testDistancePoint2d
public void testDistancePoint2d()
testDistanceLine2d
public void testDistanceLine2d()
testDistanceLineSegment2d
public void testDistanceLineSegment2d()
testDistanceConvexPolygon2d
public void testDistanceConvexPolygon2d()
testIsPointOnLeftSideOfLine
public void testIsPointOnLeftSideOfLine()
testIsPointOnRightSideOfLine
public void testIsPointOnRightSideOfLine()
testSideConsistency
public void testSideConsistency()
testIsPointInFrontOfLine
public void testIsPointInFrontOfLine()
testIsPointInFrontOfLineException
public void testIsPointInFrontOfLineException()
testIsPointBehindLine
public void testIsPointBehindLine()
testIsPointBehindLineException
public void testIsPointBehindLineException()
testFrontBehindConsistency
public void testFrontBehindConsistency()
testGetParameterGivenPointEpsilon
public void testGetParameterGivenPointEpsilon()
testGetParameterGivenPointEpsilonException
public void testGetParameterGivenPointEpsilonException()
testIntersectionWithConvexPolygon
public void testIntersectionWithConvexPolygon()
testcontainsNaN
public void testcontainsNaN()
testSetParallelThroughPoint
public void testSetParallelThroughPoint()
testApplyTransformTranslation
public void testApplyTransformTranslation()
testApplyTransformTranslationException
public void testApplyTransformTranslationException()
testApplyTransformRotation
public void testApplyTransformRotation()
testApplyTransformRotationXaxisException
public void testApplyTransformRotationXaxisException()
testApplyTransformRotationYaxisException
public void testApplyTransformRotationYaxisException()
testApplyTransformCombination
public void testApplyTransformCombination()
testApplyTransformCopy
public void testApplyTransformCopy()
testOrthogonalProjectionCopyPoint2dLine2d
public void testOrthogonalProjectionCopyPoint2dLine2d()
testIntersectionLine2dLine2d
public void testIntersectionLine2dLine2d()
testDistancePointLineTwo
public void testDistancePointLineTwo()