Structure representing a 3D vector for sensor measurements. More...
#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 |
| X-coordinate of the 3D vector. | |
| float | y |
| Y-coordinate of the 3D vector. | |
| float | z |
| Z-coordinate of the 3D vector. | |
Structure representing a 3D vector for sensor measurements.
Referenced from SensorMeasurement.
Definition at line 17 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 |
X-coordinate of the 3D vector.
Definition at line 36 of file NCVector3d.h.
|
readnonatomicassign |
Y-coordinate of the 3D vector.
Definition at line 41 of file NCVector3d.h.
|
readnonatomicassign |
Z-coordinate of the 3D vector.
Definition at line 46 of file NCVector3d.h.