Package com.irurueta.navigation.geodesic
Class PolygonAreaTest
java.lang.Object
com.irurueta.navigation.geodesic.PolygonAreaTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
PolygonAreaTest
PolygonAreaTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testClear
@Test void testClear() -
testAddPointAndCompute
@Test void testAddPointAndCompute() -
testAddEdge
@Test void testAddEdge() -
testCompute
@Test void testCompute() -
testTestPoint
@Test void testTestPoint() -
testTestEdge
@Test void testTestEdge()
-