Package com.irurueta.geometry
Class ConicTest
java.lang.Object
com.irurueta.geometry.ConicTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final intprivate static final intprivate static final doubleprivate 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
-
Field Details
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
PRECISION_ERROR
private static final double PRECISION_ERROR- See Also:
-
LOCUS_THRESHOLD
private static final double LOCUS_THRESHOLD- See Also:
-
PERPENDICULAR_THRESHOLD
private static final double PERPENDICULAR_THRESHOLD- See Also:
-
CONIC_ROWS
private static final int CONIC_ROWS- See Also:
-
CONIC_COLS
private static final int CONIC_COLS- See Also:
-
HOM_COORDS
private static final int HOM_COORDS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- 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
-
ConicTest
ConicTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException, com.irurueta.algebra.DecomposerException, CoincidentPointsException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPointsException
-
testGettersAndSetters
@Test void testGettersAndSetters() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testAsMatrix
@Test void testAsMatrix() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testIsLocus
@Test void testIsLocus() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, IllegalArgumentException, NonSymmetricMatrixException, CoincidentPointsException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.NotAvailableException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptionCoincidentPointsExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.NotAvailableException
-
testAngleBetweenPoints
@Test void testAngleBetweenPoints() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testArePerpendicularPoints
@Test void testArePerpendicularPoints() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.RankDeficientMatrixException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.RankDeficientMatrixExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testGetDualConic
@Test void testGetDualConic() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.RankDeficientMatrixException, IllegalArgumentException, NonSymmetricMatrixException, DualConicNotAvailableException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.RankDeficientMatrixExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptionDualConicNotAvailableException
-
testGetConicType
@Test void testGetConicType() -
testNormalize
@Test void testNormalize() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testGetTangentLineAt
- Throws:
NotLocusException
-
testCreateCanonicalAbsoluteConic
@Test void testCreateCanonicalAbsoluteConic() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testSetParametersFromPoints
@Test void testSetParametersFromPoints() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, CoincidentPointsException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPointsException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-