java.lang.Object | |
↳ | dji.common.gimbal.DJIGimbalAttitude |
Created by Robert.Liu on 6/2/16. The gimbal's attitude in degrees relative to the aircraft.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public float | pitch | Pitch value. | |||||||||
public float | roll | Roll value. | |||||||||
public float | yaw | Yaw value. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGimbalAttitude(float pitch, float roll, float yaw)
Constructor for DJIGimbalAttitude.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Pitch value.
Roll value.
Yaw value.
Constructor for DJIGimbalAttitude.
pitch | Pitch value. |
---|---|
roll | Roll value. |
yaw | Yaw value. |