LegSegment
public final class LegSegment : Segment
extension LegSegment: CustomStringConvertible
-
Declaration
Swift
public let levelChange: LevelChange?
-
Declaration
Swift
public init(p1: Coordinate, p2: Coordinate, levelChange: LevelChange? = nil)
-
Declaration
Swift
public static func == (lhs: LegSegment, rhs: LegSegment) -> Bool
-
Declaration
Swift
override public func hash(into hasher: inout Hasher)
-
Declaration
Swift
public static func fromCoordinates(_ coordinates: [Coordinate], levelChange: LevelChange? = nil) -> [LegSegment]
-
Declaration
Swift
public var description: String { get }