| Package | Description | 
|---|---|
| operations.microbeTrackerIO | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Segment
The Class Segment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Point | 
Line.intersection(Line l)
Intersection. 
 | 
boolean | 
Point.isLeftOf(Line l)
Checks if is left of. 
 | 
| Constructor and Description | 
|---|
Segment(Line l1,
       Line l2)
Instantiates a new segment. 
 |