MMKSegment
|
class MMKSegment : NSObject |
A line between two points.
Summary
Class methods
|
 init(start startPoint: MMKPoint, end endPoint: MMKPoint) |
Properties
|
var startPoint: MMKPoint { get } |
|
var endPoint: MMKPoint { get } |
Class methods
init(start:end:)
|
 init(start startPoint: MMKPoint, end endPoint: MMKPoint) |
Properties
startPoint
|
var startPoint: MMKPoint { get } |
Starting point of the segment.
endPoint
|
var endPoint: MMKPoint { get } |
End point of the segment.