Package com.irurueta.geometry
Class Line3DTest
java.lang.Object
com.irurueta.geometry.Line3DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final intprivate static final intprivate static final doubleprivate static final doubleprivate static final double -
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
-
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:
-
INHOM_COORDS
private static final int INHOM_COORDS- See Also:
-
HOM_COORDS
private static final int HOM_COORDS- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
Line3DTest
Line3DTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, CoincidentPlanesException, NoIntersectionException, CoincidentPointsException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotAvailableExceptionCoincidentPlanesExceptionNoIntersectionExceptionCoincidentPointsException
-
testAreParallelPlanes
@Test void testAreParallelPlanes() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, NoIntersectionException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotAvailableExceptionNoIntersectionException
-
testGetSetPlanes
@Test void testGetSetPlanes() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, CoincidentPlanesException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotAvailableExceptionCoincidentPlanesException
-
testSetPlanesFromPoints
@Test void testSetPlanesFromPoints() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, CoincidentPointsException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPointsException
-
testIsLocusDistanceAndClosestPoint
@Test void testIsLocusDistanceAndClosestPoint() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, NoIntersectionException, CoincidentPlanesException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotAvailableExceptionNoIntersectionExceptionCoincidentPlanesException
-
testNormalizeAndIsNormalized
@Test void testNormalizeAndIsNormalized() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, CoincidentPointsException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPointsException
-
testGetDirection
@Test void testGetDirection() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.DecomposerException, CoincidentPointsException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.DecomposerExceptionCoincidentPointsException
-
testIntersection
@Test void testIntersection() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.LockedException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, NoIntersectionException, CoincidentPlanesException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotAvailableExceptionNoIntersectionExceptionCoincidentPlanesException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.LockedException, com.irurueta.algebra.NotReadyException, com.irurueta.algebra.DecomposerException, com.irurueta.algebra.NotAvailableException, CoincidentPlanesException, IOException, ClassNotFoundException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.LockedExceptioncom.irurueta.algebra.NotReadyExceptioncom.irurueta.algebra.DecomposerExceptioncom.irurueta.algebra.NotAvailableExceptionCoincidentPlanesExceptionIOExceptionClassNotFoundException
-