MMKXYPoint

@interface MMKXYPoint : NSObject

World coordinates.

Summary

Class methods

+ (nonnull MMKXYPoint *)xYPointWithX:( double)x
                                   y:( double)y;

Properties

@property (nonatomic, readonly) double x;
The horizontal position of the point

@property (nonatomic, readonly) double y;
The vertical position of the point

Class methods

xYPointWithX:y:

+ (nonnull MMKXYPoint *)xYPointWithX:( double)x
                                   y:( double)y;


Properties

x

@property (nonatomic, readonly) double x;

The horizontal position of the point.


y

@property (nonatomic, readonly) double y;

The vertical position of the point.