#include <com/navigine/idl/objc/NCVector3d.h>
Inherits NSObject.
Instance Methods | |
(nonnull instancetype) | - initWithX:y:z: |
Default constructor for class NCVector3d. | |
(NSComparisonResult) | - compare: |
Class Methods | |
(nonnull instancetype) | + vector3dWithX:y:z: |
Factory method for class NCVector3d. | |
Properties | |
float | x |
float | y |
float | z |
Definition at line 9 of file NCVector3d.h.
- (NSComparisonResult) compare: | (nonnull NCVector3d *) | other |
- (nonnull instancetype) initWithX: | (float) | x | |
y: | (float) | y | |
z: | (float) | z |
Default constructor for class NCVector3d.
+ (nonnull instancetype) vector3dWithX: | (float) | x | |
y: | (float) | y | |
z: | (float) | z |
Factory method for class NCVector3d.
|
readnonatomicassign |
Definition at line 25 of file NCVector3d.h.
|
readnonatomicassign |
Definition at line 27 of file NCVector3d.h.
|
readnonatomicassign |
Definition at line 29 of file NCVector3d.h.