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.
Definition at line 17 of file NCSegment.h.
Default constructor for class NCSegment.
Factory method for class NCSegment.
|
readnonatomicassign |
End point of the segment.
Definition at line 39 of file NCSegment.h.
|
readnonatomicassign |
Start point of the segment.
Definition at line 34 of file NCSegment.h.