Array

struct Array<Element> : _DestructorSafeContainer
  • Returns the line segments of the polyline defined by the points in the array.

    Declaration

    Swift

    var lines: [Line] { get }
  • Undocumented

    Declaration

    Swift

    init(_ source: [Point])
  • Undocumented

    Declaration

    Swift

    init?(_ source: [Point]?)
  • Undocumented

    Declaration

    Swift

    init(_ source: [CGPoint])
  • Undocumented

    Declaration

    Swift

    init?(_ source: [CGPoint]?)