Loading...
Searching...
No Matches

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

NCPointstart
 Start point of the segment.
 
NCPointend
 End point of the segment.
 

Detailed Description

line between two points.

Definition at line 17 of file NCSegment.h.

Method Documentation

◆ initWithStart:end:

- (nonnull instancetype) initWithStart: (nonnull NCPoint *) start
end: (nonnull NCPoint *) end 

Default constructor for class NCSegment.

◆ segmentWithStart:end:

+ (nonnull instancetype) segmentWithStart: (nonnull NCPoint *) start
end: (nonnull NCPoint *) end 

Factory method for class NCSegment.

Property Documentation

◆ end

- (NCPoint*) end
readnonatomicassign

End point of the segment.

Definition at line 39 of file NCSegment.h.

◆ start

- (NCPoint*) start
readnonatomicassign

Start point of the segment.

Definition at line 34 of file NCSegment.h.


The documentation for this class was generated from the following file: