LinesSegment
public struct LinesSegment
A model of a starting and stopping point for an arbitrary set of lines.
-
Left horizontal position.
Declaration
Swift
public let start: Double
-
Right horizontal position.
Declaration
Swift
public let stop: Double