GeoOrientation class

Geodetic orientation with bearing, tilt and roll.

Annotations

Constructors

GeoOrientation(double bearing, double tilt)
  • bearing Bearing in degrees. NaN value is converted to 0.0.

  • tilt Tilt in degrees. NaN value is converted to 0.0.

  • factory

    Properties

    bearing → double
    Bearing in degrees, from the true North in clockwise direction. Bearing axis is perpendicular to the ground and passes through the target coordinate.
    final
    hashCode → int
    The hash code for this object.
    no setter
    runtimeType → Type
    A representation of the runtime type of the object.
    no setterinherited
    tilt → double
    Tilt in degrees. Tilt axis is parallel to the ground and passes through the target coordinate.
    final

    Methods

    noSuchMethod(Invocation invocation) → dynamic
    Invoked when a nonexistent method or property is accessed.
    inherited
    toString() → String
    A string representation of this object.
    inherited

    Operators

    operator ==(Object other) → bool
    The equality operator.