@interface DJISDKVector3D : NSObject |
| Header: | DJISDKVector3D.h |
| Inherits From: | NSObject |
| SDK Key: | DJIFlightControllerKey.DJIFlightControllerParamAttitude, DJIFlightControllerKey.DJIFlightControllerParamVelocity |
A cartesian vector in 3D space.
@property(nonatomic, assign, getter=roll) double x |
| Header: | DJISDKVector3D.h |
X-value of the cartesian vector.
@property(nonatomic, assign, getter=pitch) double y |
| Header: | DJISDKVector3D.h |
Y-value of the cartesian vector.
@property(nonatomic, assign, getter=yaw) double z |
| Header: | DJISDKVector3D.h |
Z-value of the cartesian vector.
{{searchCount}} Results