public interface Polyline
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesTouch(Polyline other) |
double |
getLength() |
int |
nbSegments() |
List<LineSegmentInt> |
segments() |
List<LineSegmentInt> segments()
int nbSegments()
boolean doesTouch(Polyline other)
double getLength()
Copyright © 2017. All rights reserved.