2#import <Foundation/Foundation.h>
16DEFAULT_EXPORT_ATTRIBUTE
22- (nonnull instancetype)initWithX:(
float)x
29+ (nonnull instancetype)vector3dWithX:(
float)x
36@property (nonatomic, readonly)
float x;
41@property (nonatomic, readonly)
float y;
46@property (nonatomic, readonly)
float z;
48- (NSComparisonResult)compare:(nonnull
NCVector3d *)other;