Loading...
Searching...
No Matches

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.
 

Detailed Description

Structure representing a 3D vector for sensor measurements.

Referenced from SensorMeasurement.

Definition at line 17 of file NCVector3d.h.

Method Documentation

◆ compare:

- (NSComparisonResult) compare: (nonnull NCVector3d *) other

◆ initWithX:y:z:

- (nonnull instancetype) initWithX: (float) x
y: (float) y
z: (float) z 

Default constructor for class NCVector3d.

◆ vector3dWithX:y:z:

+ (nonnull instancetype) vector3dWithX: (float) x
y: (float) y
z: (float) z 

Factory method for class NCVector3d.

Property Documentation

◆ x

- (float) x
readnonatomicassign

X-coordinate of the 3D vector.

Definition at line 36 of file NCVector3d.h.

◆ y

- (float) y
readnonatomicassign

Y-coordinate of the 3D vector.

Definition at line 41 of file NCVector3d.h.

◆ z

- (float) z
readnonatomicassign

Z-coordinate of the 3D vector.

Definition at line 46 of file NCVector3d.h.


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