Package com.irurueta.geometry
Class Triangle3DTest
java.lang.Object
com.irurueta.geometry.Triangle3DTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate 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(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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
INHOM_COORDS
private static final int INHOM_COORDS- See Also:
-
-
Constructor Details
-
Triangle3DTest
Triangle3DTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetVertex1
@Test void testGetSetVertex1() -
testGetSetVertex2
@Test void testGetSetVertex2() -
testGetSetVertex3
@Test void testGetSetVertex3() -
testGetSetVertices
@Test void testGetSetVertices() -
testAreaAndColinearPoints
@Test void testAreaAndColinearPoints() throws com.irurueta.algebra.WrongSizeException- Throws:
com.irurueta.algebra.WrongSizeException
-
testIsInsideShortestDistanceAndIsLocus
- Throws:
CoincidentPointsException
-
testCenter
@Test void testCenter() -
testPerimeter
@Test void testPerimeter() -
testClosestPoint
- Throws:
CoincidentPointsException
-
testOrientationAndToPlane
-
testGetAngleBetweenTriangles
- Throws:
CoincidentPointsException
-
testSerializeDeserialize
- Throws:
IOExceptionClassNotFoundException
-