public interface Polyline
Modifier and Type | Method and Description |
---|---|
boolean |
doesTouch(Polyline other) |
double |
getLength() |
int |
nbSegments() |
java.util.List<LineSegmentInt> |
segments() |
java.util.List<LineSegmentInt> segments()
int nbSegments()
boolean doesTouch(Polyline other)
double getLength()