TopBottomCorrectionRotation

data class TopBottomCorrectionRotation(val pitch: Float, val roll: Float, val yaw: Float)

Sets the front position for the top/bottom correction. Enabled only for _topBottomCorrection Manual.

Constructors

Link copied to clipboard
constructor(pitch: Float, roll: Float, yaw: Float)

Properties

Link copied to clipboard

Specifies the pitch. Specified range is -90.0 to +90.0, stepSize is 0.1

Link copied to clipboard
val roll: Float

Specifies the roll. Specified range is -180.0 to +180.0, stepSize is 0.1

Link copied to clipboard
val yaw: Float

Specifies the yaw. Specified range is -180.0 to +180.0, stepSize is 0.1