YMKLinearRing

class YMKLinearRing : 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

 init(points: [YMKPoint])

Properties

var points: [YMKPoint] { get }
The list of points to connect

Class methods

init(points:)

 init(points: [YMKPoint])


Properties

points

var points: [YMKPoint] { get }

The list of points to connect.


Предыдущая
Следующая