SegmentAdjuster

class SegmentAdjuster(val list: MutableList<Segment2D>)(source)

Constructors

Link copied to clipboard
constructor(list: MutableList<Segment2D>)

Properties

Link copied to clipboard
Link copied to clipboard
val list: MutableList<Segment2D>

Functions

Link copied to clipboard
fun add(segment: Segment2D)
fun add(index: Int, segment: Segment2D)
Link copied to clipboard
fun removeAt(index: Int)