Loading...
Searching...
No Matches
NCVector3d Class Reference

#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
 

Detailed Description

Definition at line 9 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

Definition at line 25 of file NCVector3d.h.

◆ y

- (float) y
readnonatomicassign

Definition at line 27 of file NCVector3d.h.

◆ z

- (float) z
readnonatomicassign

Definition at line 29 of file NCVector3d.h.


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