H3AngleConverter class

Converts radians to degrees and vice versa using H3's radsToDegs and degsToRads methods

Implemented types

Constructors

H3AngleConverter(H3 h3)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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