Package | Description |
---|---|
operations.microbeTrackerIO |
Modifier and Type | Method and Description |
---|---|
Segment |
Mesh.closestSegmentTo(Point p)
Closest segment to.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Segment> |
Mesh.getSegments()
Gets the segments.
|
Modifier and Type | Method and Description |
---|---|
void |
Mesh.addSegment(Segment s)
Adds the segment.
|