line between two points. More...
#include <com/navigine/idl/objc/NCSegment.h>
Inherits NSObject.
Instance Methods | |
| (nonnull instancetype) | - initWithStart:end: |
| Default constructor for class NCSegment. | |
Class Methods | |
| (nonnull instancetype) | + segmentWithStart:end: |
| Factory method for class NCSegment. | |
Properties | |
| NCPoint * | start |
| Start point of the segment. | |
| NCPoint * | end |
| End point of the segment. | |
line between two points.
Swift code snippet:
Objective C code snippet:
Definition at line 25 of file NCSegment.h.
Default constructor for class NCSegment.
Factory method for class NCSegment.
|
readnonatomicassign |
End point of the segment.
Swift code snippet:
Objective C code snippet:
Definition at line 65 of file NCSegment.h.
|
readnonatomicassign |
Start point of the segment.
Swift code snippet:
Objective C code snippet:
Definition at line 51 of file NCSegment.h.