MMKXYPoint
|
@interface MMKXYPoint : NSObject |
World coordinates.
Summary
Class methods
|
+ (nonnull MMKXYPoint *)xYPointWithX:( double)x |
Properties
|
@property (nonatomic, readonly) double x; |
|
@property (nonatomic, readonly) double y; |
Class methods
xYPointWithX:y:
|
+ (nonnull MMKXYPoint *)xYPointWithX:( double)x |
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.