A point at the specified metrics coordinates.
More...
#include <com/navigine/idl/objc/NCPoint.h>
Inherits NSObject.
|
float | x |
| point's x coordinate in meters.
|
|
float | y |
| point's y coordinate in meters.
|
|
A point at the specified metrics coordinates.
Definition at line 16 of file NCPoint.h.
◆ initWithX:y:
- (nonnull instancetype) initWithX: |
|
(float) | x |
y: |
|
(float) | y |
Default constructor for class NCPoint.
◆ pointWithX:y:
+ (nonnull instancetype) pointWithX: |
|
(float) | x |
y: |
|
(float) | y |
point's x
coordinate in meters.
Definition at line 33 of file NCPoint.h.
point's y
coordinate in meters.
Definition at line 38 of file NCPoint.h.
The documentation for this class was generated from the following file: