pitch property

double? pitch
getter/setter pair

Pitch, measured at the center of the photo in degrees.

Value must be >=-90 and <= 90. A value of -90 means looking directly down, and a value of 90 means looking directly up. NaN indicates an unmeasured quantity.

Implementation

core.double? pitch;