public class IntersectionContour extends java.util.ArrayList<MeshIntersectionPoint>
Constructor and Description |
---|
IntersectionContour() |
IntersectionContour(java.util.Collection<? extends MeshIntersectionPoint> c) |
IntersectionContour(int initialCapacity) |
Modifier and Type | Method and Description |
---|---|
double |
getArea()
Return the area of this (approximately planar) contour.
|
boolean |
isOpen() |
void |
reverse()
Reverse the order of elements in this contour in place
|
public IntersectionContour()
public IntersectionContour(int initialCapacity)
public IntersectionContour(java.util.Collection<? extends MeshIntersectionPoint> c)