Package com.irurueta.geometry
Class DualQuadricTest
java.lang.Object
com.irurueta.geometry.DualQuadricTest
-
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_QUADRIC_ROWS
private static final int DUAL_QUADRIC_ROWS- See Also:
-
DUAL_QUADRIC_COLS
private static final int DUAL_QUADRIC_COLS- See Also:
-
HOM_COORDS
private static final int HOM_COORDS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
DualQuadricTest
DualQuadricTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException, com.irurueta.algebra.DecomposerException, CoincidentPlanesException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPlanesException
-
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.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.NotAvailableException, com.irurueta.algebra.RankDeficientMatrixException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.NotAvailableExceptioncom.irurueta.algebra.RankDeficientMatrixExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testAngleBetweenPlanes
@Test void testAngleBetweenPlanes() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testArePerpendicularPlanes
@Test void testArePerpendicularPlanes() 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
-
testGetQuadric
@Test void testGetQuadric() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.RankDeficientMatrixException, IllegalArgumentException, NonSymmetricMatrixException, QuadricNotAvailableException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.RankDeficientMatrixExceptionIllegalArgumentExceptionNonSymmetricMatrixExceptionQuadricNotAvailableException
-
testSetParametersFromPlanes
@Test void testSetParametersFromPlanes() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, CoincidentPlanesException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPlanesException
-
testNormalize
@Test void testNormalize() throws com.irurueta.algebra.WrongSizeException, IllegalArgumentException, NonSymmetricMatrixException- Throws:
com.irurueta.algebra.WrongSizeExceptionIllegalArgumentExceptionNonSymmetricMatrixException
-
testCreateCanonicalDualAbsoluteQuadric
@Test void testCreateCanonicalDualAbsoluteQuadric() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-