class Velocity3D
class Velocity3D implements DJIValue, JNIProguardKeepTag, ByteStream
|
| Package: | dji.sdk.keyvalue.value.common |
Description:
The current speed of the aircraft in the three directions of X, Y, and Z. Unit: second. Use the NED coordinate system.
Class Members:
Members
method getX
| Package: | dji.sdk.keyvalue.value.common |
Description:
Return the current speed in x direction of the aircraft.
Return:
| Double | Current speed in the x direction of the aircraft. |
method setX
| Package: | dji.sdk.keyvalue.value.common |
Description:
To set the current speed in the x direction of the aircraft.
| Double x | Current speed in the x direction of the aircraft. |
method getY
| Package: | dji.sdk.keyvalue.value.common |
Description:
Return the current speed in the y direction of the aircraft.
Return:
| Double | Current speed in the y direction of the aircraft. |
method setY
| Package: | dji.sdk.keyvalue.value.common |
Description:
To set the current speed in the y direction of the aircraft.
| Double y | Current speed in the y direction of the aircraft. |
method getZ
| Package: | dji.sdk.keyvalue.value.common |
Description:
Return the current speed the in the z direction of the aircraft.
Return:
| Double | Current speed in the z direction of the aircraft. |
method setZ
| Package: | dji.sdk.keyvalue.value.common |
Description:
To set the current speed in the z direction of the aircraft.
| Double z | Current speed in the z direction of the aircraft. |