Defines a heading, pitch and roll in degrees.

Implements

Constructors

Properties

Constructors

  • Parameters

    • Optionalheading: number

      The heading (or azimuth), in degrees. Zero is north, 90 is east, and so on.

    • Optionalpitch: number

      The pitch, in degrees. Represents the angle from the horizontal plane. Positive values look above the horizon, and negative values look below the horizon.

    • Optionalroll: number

      The roll, in degrees. Represents the rotation around the forward axis. Positives values tilt on the right.

    Returns HeadingPitchRoll

Properties

heading: number

The heading (or azimuth), in degrees. Zero is north, 90 is east, and so on.

0
pitch: number

The pitch, in degrees. Represents the angle from the horizontal plane. Positive values look above the horizon, and negative values look below the horizon.

0
roll: number

The roll, in degrees. Represents the rotation around the forward axis. Positives values tilt on the right.

0