Package com.irurueta.geometry
Class EllipsoidTest
java.lang.Object
com.irurueta.geometry.EllipsoidTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate static final doubleprivate 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
-
Field Details
-
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:
-
MIN_RANDOM_DEGREES
private static final double MIN_RANDOM_DEGREES- See Also:
-
MAX_RANDOM_DEGREES
private static final double MAX_RANDOM_DEGREES- See Also:
-
-
Constructor Details
-
EllipsoidTest
EllipsoidTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetCenter
@Test void testGetSetCenter() -
testGetSetSemiAxesLengths
@Test void testGetSetSemiAxesLengths() -
testGetSetRotation
@Test void testGetSetRotation() -
testSetCenterAxesAndRotation
@Test void testSetCenterAxesAndRotation() -
testGetVolume
@Test void testGetVolume() -
testGetSurface
@Test void testGetSurface() -
testToQuadric
- Throws:
GeometryException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-