GeoRotation class Spherical math

A raw transform that represents a rotation about each spherical axis.

Constructors

GeoRotation.new(List<double> angles)
Returns a rotation raw transform for the given angles.

Properties

hashCode int
The hash code for this object.
no setterinherited
rotate ↔ MaybeBijective
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(List<num> point) List<num>
Returns a new list [longitude, latitude] in degrees representing the rotated point of the given point. The point must be specified as a two-element list [longitude, latitude] in degrees.
invert(List<num> point) List<num>?
Returns a new list [longitude, latitude] in degrees representing the point of the given rotated point; the inverse of call. The point must be specified as a two-element list [longitude, latitude] in degrees.
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.
inherited