Loading...
Searching...
No Matches

A point at the specified metrics coordinates. More...

#include <com/navigine/idl/objc/NCPoint.h>

Inherits NSObject.

Instance Methods

(nonnull instancetype) - initWithX:y:
 Default constructor for class NCPoint.
 

Class Methods

(nonnull instancetype) + pointWithX:y:
 Factory method for class NCPoint.
 

Properties

float x
 point's x coordinate in meters.
 
float y
 point's y coordinate in meters.
 

Detailed Description

A point at the specified metrics coordinates.

Definition at line 16 of file NCPoint.h.

Method Documentation

◆ 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 

Factory method for class NCPoint.

Property Documentation

◆ x

- (float) x
readnonatomicassign

point's x coordinate in meters.

Definition at line 33 of file NCPoint.h.

◆ y

- (float) y
readnonatomicassign

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: