yDegrees property

double yDegrees

Describes the rotation of the device's shorter side 0 == parallel to the ground 90 == right side of the device facing the ground, left side up -90 == left side of the device facing the ground, right side up 180 and -180 == device's screen facing down, shorter sides parallel to the ground

Implementation

double get yDegrees => yRadian * 180 / pi;