MMKLinearRing
class MMKLinearRing : NSObject |
A sequence of four or more vertices, with all points along the linearly-interpolated curves (line segments) between each pair of consecutive vertices. A ring must have either 0, 4 or more points. The first and last points of the ring must be in the same position. The ring must not intersect with itself.
Summary
Class methods
Properties
var points: [MMKPoint] { get } |
Class methods
init(points:)
init(points: [MMKPoint]) |
Properties
points
var points: [MMKPoint] { get } |
The list of points to connect.