DJI Mobile SDK Documentation

      class DJISDKVector3D

      @interface DJISDKVector3D : NSObject
      Header:DJISDKVector3D.h
      Inherits From:NSObject
      SDK Key:DJIFlightControllerKey.DJIFlightControllerParamAttitude, DJIFlightControllerKey.DJIFlightControllerParamVelocity
      Description:

      A cartesian vector in 3D space.

      Class Members:
      Value
      property
      property x
      @property(nonatomic, assign, getter=roll) double x
      Header:DJISDKVector3D.h
      Description:

      X-value of the cartesian vector.

      property
      property y
      @property(nonatomic, assign, getter=pitch) double y
      Header:DJISDKVector3D.h
      Description:

      Y-value of the cartesian vector.

      property
      property z
      @property(nonatomic, assign, getter=yaw) double z
      Header:DJISDKVector3D.h
      Description:

      Z-value of the cartesian vector.