GeoRotation class

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

Implemented types

Constructors

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

Properties

backward → (List<num> Function(List<num>)?)
Returns a new array [longitude, latitude] in degrees representing the point of the given rotated point; the inverse of forward. The point must be specified as a two-element array [longitude, latitude] in degrees.
no setteroverride
forward List<num> Function(List<num>)
Returns a new array [longitude, latitude] in degrees representing the rotated point of the given point. The point must be specified as a two-element array [longitude, latitude] in degrees.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
rotate GeoRawTransform
getter/setter pair
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 object.
inherited

Operators

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