LinesPosition
public struct LinesPosition
Horizontal position of a point for an arbitrary set of lines.
-
Either starting or stopping a
See moreLinesSegment
.Declaration
Swift
public enum State
-
Horizontal position.
Declaration
Swift
public let position: Double
-
Start or stop lines.
Declaration
Swift
public let state: State
-
Declaration
Swift
public static func == (lhs: LinesPosition, rhs: LinesPosition) -> Bool
Return Value
true
if bothLinesPosition
values are equivalent. Otherwise,false
.
-
Declaration
Swift
public static func < (lhs: LinesPosition, rhs: LinesPosition) -> Bool
Return Value
true
if the left value is less than the right view. Otherwise,false
.