DJI Mobile SDK Documentation

      class Vector

      @EXClassNullAway
      class Vector
      Package:dji.common.mission.tapfly
      Description:

      A cartesian vector in 3D space.

      Class Members:
      Value
      method
      method getX
      float getX()
      Package:dji.common.mission.tapfly
      Description:

      X-value of the cartesian vector.

      Return:
      floatA float value of X value.
      method
      method getY
      float getY()
      Package:dji.common.mission.tapfly
      Description:

      Y-value of the cartesian vector.

      Return:
      floatA float value of Y value.
      method
      method getZ
      float getZ()
      Package:dji.common.mission.tapfly
      Description:

      Z-value of the cartesian vector.

      Return:
      floatA float value of Z value.