
iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIDoublePoint3D
@interface SCIDoublePoint3D : NSObject
Represents the [x, y, z]
coordinates point in 3-D space.
Note
Thex
, y
and z
components are double-precision floating-point values.
-
The
x-component
of thisSCIDoublePoint3D
.Declaration
Objective-C
@property (nonatomic, readonly) double x;
-
The
y-component
of thisSCIDoublePoint3D
.Declaration
Objective-C
@property (nonatomic, readonly) double y;
-
The
z-component
of thisSCIDoublePoint3D
.Declaration
Objective-C
@property (nonatomic, readonly) double z;