Package gov.nih.mipav.model.structures
Class ComputationalGeometry.RemoveUnwantedTriangles
- java.lang.Object
-
- gov.nih.mipav.model.structures.ComputationalGeometry.RemoveUnwantedTriangles
-
- Enclosing class:
- ComputationalGeometry
public class ComputationalGeometry.RemoveUnwantedTriangles extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private doubleFLAT_TETRAHEDRON_DISTANCEprivate doubleNEEDLE_RATIO
-
Constructor Summary
Constructors Constructor Description RemoveUnwantedTriangles()
-
-
-
Field Detail
-
NEEDLE_RATIO
private final double NEEDLE_RATIO
- See Also:
- Constant Field Values
-
FLAT_TETRAHEDRON_DISTANCE
private final double FLAT_TETRAHEDRON_DISTANCE
- See Also:
- Constant Field Values
-
-