Direction public enum Direction straight Declaration Swift case straight left(angle:) Declaration Swift case left(angle: Angle) right(angle:) Declaration Swift case right(angle: Angle) Angle See more Declaration Swift public enum Angle isLeft Declaration Swift public var isLeft: Bool { get } init(fromAngle:) Declaration Swift public init(fromAngle angle: Double)