2#import <Foundation/Foundation.h>
8DEFAULT_EXPORT_ATTRIBUTE
14- (nonnull instancetype)initWithX:(
float)x
21+ (nonnull instancetype)vector3dWithX:(
float)x
25@property (nonatomic, readonly)
float x;
27@property (nonatomic, readonly)
float y;
29@property (nonatomic, readonly)
float z;
31- (NSComparisonResult)compare:(nonnull
NCVector3d *)other;