A polygon with specified list of points. More...
#include <com/navigine/idl/objc/NCPolygon.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithPoints: |
| Default constructor for class NCPolygon. | |
Class Methods | |
| (nonnull instancetype) | + polygonWithPoints: |
| Factory method for class NCPolygon. | |
Properties | |
| NSArray< NCPoint * > * | points |
| Ring specifying the area. | |
A polygon with specified list of points.
Swift code snippet:
Objective C code snippet:
Definition at line 25 of file NCPolygon.h.
| - (nonnull instancetype) initWithPoints: | (nonnull NSArray< NCPoint * > *) | points |
Default constructor for class NCPolygon.
| + (nonnull instancetype) polygonWithPoints: | (nonnull NSArray< NCPoint * > *) | points |
Factory method for class NCPolygon.
|
readnonatomicassign |
Ring specifying the area.
Swift code snippet:
Objective C code snippet:
Definition at line 49 of file NCPolygon.h.