Package com.irurueta.geometry
Class DualConicTest
java.lang.Object
com.irurueta.geometry.DualConicTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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 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
-
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:
-
DUAL_CONIC_ROWS
private static final int DUAL_CONIC_ROWS- See Also:
-
DUAL_CONIC_COLS
private static final int DUAL_CONIC_COLS- See Also:
-
HOM_COORDS
private static final int HOM_COORDS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
DualConicTest
DualConicTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException, com.irurueta.algebra.DecomposerException, CoincidentLinesException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentLinesException
-
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, com.irurueta.algebra.RankDeficientMatrixException, IllegalArgumentException, NonSymmetricMatrixException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.NotAvailableException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.RankDeficientMatrixExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.NotAvailableException
-
testAngleBetweenLines
@Test void testAngleBetweenLines() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testArePerpendicularLines
@Test void testArePerpendicularLines() 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
-
testGetConic
@Test void testGetConic() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.RankDeficientMatrixException, IllegalArgumentException, NonSymmetricMatrixException, ConicNotAvailableException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.RankDeficientMatrixExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptionConicNotAvailableException
-
testSetParametersFromLines
@Test void testSetParametersFromLines() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, CoincidentLinesException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentLinesException
-
testNormalize
@Test void testNormalize() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testCreateCanonicalDualAbsoluteConic
@Test void testCreateCanonicalDualAbsoluteConic() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-