GeoAngle class
The GeoAngle class defines an angle that may be given in degrees or radians (but not both). It automatically converts angles to degrees and radians for easier access
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of angle, showing angle in both radians and degrees.
override
Operators
-
operator *(
Object other) → GeoAngle - Multiply an angle
-
operator +(
Object other) → GeoAngle - Add two angles
-
operator -(
Object other) → GeoAngle - Subtract two angles
-
operator /(
Object other) → GeoAngle - Divide an angle
-
operator ==(
Object other) → bool -
Compare two angles for equality.
override
-
operator unary-(
) → GeoAngle - negative of angle