HourAngle class

Represents an angular measurement expressed in time.

Constructors

HourAngle.fromDegrees(double degrees)
Creates an HourAngle from its decimal value in degrees.
HourAngle.fromRadians(double radians)
Creates an HourAngle from its decimal value in radians.

Properties

arcHours int
latefinal
arcMinutes int
latefinal
arcSeconds double
latefinal
decimalDegrees double
The corresponding angle decimal value in degrees.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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