Package com.irurueta.geometry
Class SphereTest
java.lang.Object
com.irurueta.geometry.SphereTest
-
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(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
-
SphereTest
SphereTest()
-
-
Method Details
-
testConstructor
- Throws:
CoplanarPointsException
-
testGetSetCenter
@Test void testGetSetCenter() -
testGetSetRadius
@Test void testGetSetRadius() -
testSetCenterAndRadius
@Test void testSetCenterAndRadius() -
testSetParametersFromPoints
- Throws:
CoplanarPointsException
-
testVolume
@Test void testVolume() -
testSurface
@Test void testSurface() -
testIsInside
@Test void testIsInside() -
testSignedDistanceDistanceAndIsLocus
@Test void testSignedDistanceDistanceAndIsLocus() -
testClosestPointAndIsLocus
- Throws:
UndefinedPointException
-
testGetTangentPlaneAt
- Throws:
NotLocusException
-
testToQuadric
@Test void testToQuadric() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testSetFromQuadric
@Test void testSetFromQuadric() -
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-