YMKXYPoint

class YMKXYPoint : NSObject

World coordinates.

Summary

Class methods

class func xYPointWith(x: Double, y: Double) -> YMKXYPoint

Properties

var x: Double { get }
The horizontal position of the point

var y: Double { get }
The vertical position of the point

Class methods

xYPointWith(x:y:)

class func xYPointWith(x: Double, y: Double) -> YMKXYPoint


Properties

x

var x: Double { get }

The horizontal position of the point.


y

var y: Double { get }

The vertical position of the point.


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