Package com.irurueta.geometry
Class VanGoghTriangulator3DTest
java.lang.Object
com.irurueta.geometry.VanGoghTriangulator3DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildPolygonVertices(int sides, double radius, double theta) (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:
-
DEFAULT_ORIENTATION_THRESHOLD
private static final double DEFAULT_ORIENTATION_THRESHOLD- See Also:
-
MIN_RANDOM_DEGREES
private static final double MIN_RANDOM_DEGREES- See Also:
-
MAX_RANDOM_DEGREES
private static final double MAX_RANDOM_DEGREES- See Also:
-
MIN_SIDES
private static final int MIN_SIDES- See Also:
-
MAX_SIDES
private static final int MAX_SIDES- See Also:
-
MIN_RADIUS
private static final double MIN_RADIUS- See Also:
-
MAX_RADIUS
private static final double MAX_RADIUS- See Also:
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
-
Constructor Details
-
VanGoghTriangulator3DTest
VanGoghTriangulator3DTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructorAndGetMethod
@Test void testConstructorAndGetMethod() -
testIsPolygonOrientationReversed
@Test void testIsPolygonOrientationReversed() throws NotEnoughVerticesException, CoincidentPointsException -
testIsOrientationReversed
@Test void testIsOrientationReversed() -
testIsEar
- Throws:
CoincidentPointsException
-
testTriangulateKnownPolygon
- Throws:
TriangulatorException
-
testTriangulate
-
buildPolygonVertices
-