Package com.irurueta.geometry
Class Accuracy3DTest
java.lang.Object
com.irurueta.geometry.Accuracy3DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
-
Field Details
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- 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:
-
TIMES
private static final int TIMES- See Also:
-
-
Constructor Details
-
Accuracy3DTest
Accuracy3DTest()
-
-
Method Details
-
testConstructor
- Throws:
com.irurueta.algebra.AlgebraExceptionGeometryException
-
testGetSetCovarianceMatrix
@Test void testGetSetCovarianceMatrix() throws com.irurueta.algebra.AlgebraException- Throws:
com.irurueta.algebra.AlgebraException
-
testGetSetStandardDeviationFactor
@Test void testGetSetStandardDeviationFactor() -
testGetSetConfidence
@Test void testGetSetConfidence() -
testFlattenTo2D
- Throws:
com.irurueta.algebra.AlgebraExceptionGeometryException
-
testIntersectWithPlaneSphere
@Test void testIntersectWithPlaneSphere() throws com.irurueta.algebra.AlgebraException, GeometryException- Throws:
com.irurueta.algebra.AlgebraExceptionGeometryException
-
testIntersectWithPlaneEllipsoid
@Test void testIntersectWithPlaneEllipsoid() throws com.irurueta.algebra.AlgebraException, GeometryException- Throws:
com.irurueta.algebra.AlgebraExceptionGeometryException
-
testIntersectWithPlaneEllipsoidOnlyZAxisRotation
@Test void testIntersectWithPlaneEllipsoidOnlyZAxisRotation() throws com.irurueta.algebra.AlgebraException, GeometryException- Throws:
com.irurueta.algebra.AlgebraExceptionGeometryException
-
testSerializeDeserialize
@Test void testSerializeDeserialize() throws com.irurueta.algebra.WrongSizeException, com.irurueta.algebra.NonSymmetricPositiveDefiniteMatrixException, IOException, ClassNotFoundException- Throws:
com.irurueta.algebra.WrongSizeExceptioncom.irurueta.algebra.NonSymmetricPositiveDefiniteMatrixExceptionIOExceptionClassNotFoundException
-