Package com.irurueta.geometry
Class EllipseTest
java.lang.Object
com.irurueta.geometry.EllipseTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final int -
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(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- 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:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
EllipseTest
EllipseTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
- Throws:
ColinearPointsException
-
testGetSetCenter
@Test void testGetSetCenter() -
testGetSetSemiMajorAxis
@Test void testGetSetSemiMajorAxis() -
testGetSetSemiMinorAxis
@Test void testGetSetSemiMinorAxis() -
testGetSetRotationAngle
@Test void testGetSetRotationAngle() -
testGetSetRotation
@Test void testGetSetRotation() -
testGetSetA
@Test void testGetSetA() -
testGetSetB
@Test void testGetSetB() -
testGetSetC
@Test void testGetSetC() -
testGetSetD
@Test void testGetSetD() -
testGetSetE
@Test void testGetSetE() -
testGetSetF
@Test void testGetSetF() -
testSetCenterAxesAndRotationAngle
@Test void testSetCenterAxesAndRotationAngle() -
testSetCenterAxesAndRotation
@Test void testSetCenterAxesAndRotation() -
testSetParametersFromPointsCenterAndRotation
- Throws:
ColinearPointsException
-
testSetParametersFromPoints
- Throws:
ColinearPointsException
-
testSetParameters
@Test void testSetParameters() -
testGetFocus
@Test void testGetFocus() -
testGetSetSemiMajorAxisCoordinates
@Test void testGetSetSemiMajorAxisCoordinates() -
testGetSetSemiMinorAxisCoordinates
@Test void testGetSetSemiMinorAxisCoordinates() -
testGetSetFocusPoints
@Test void testGetSetFocusPoints() -
testGetEccentricity
@Test void testGetEccentricity() -
testGetArea
@Test void testGetArea() -
testGetPerimeter
@Test void testGetPerimeter() -
testGetCurvature
@Test void testGetCurvature() -
testToConic
@Test void testToConic() -
testSetFromConic
@Test void testSetFromConic() -
testSetFromCircle
@Test void testSetFromCircle() -
testIsInside
@Test void testIsInside() -
testIsLocus
@Test void testIsLocus() -
testGetTangentLineAt
- Throws:
NotLocusException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-