org.osm2world.core.math.shapes
public interface PolylineShapeXZ extends ShapeXZ
Modifier and Type | Method and Description |
---|---|
double |
getLength()
returns the length of the entire polyline
|
List<LineSegmentXZ> |
getSegments()
returns the ordered list of segments between the vertices
|
getVertexList
double getLength()
List<LineSegmentXZ> getSegments()