LegSegment
class LegSegment(p1: Coordinate, p2: Coordinate, val levelDifference: Float? = null, val stepKind: Step.Kind? = null, val stepDirection: Step.Direction? = null) : Segment
Constructors
Link copied to clipboard
constructor(p1: Coordinate, p2: Coordinate, levelDifference: Float? = null, stepKind: Step.Kind? = null, stepDirection: Step.Direction? = null)