Topocentric class

Topocentric parameters.

Constructors

Topocentric({required double south, required double east, required double normal})
The constructor.
const

Properties

east double
East
final
hashCode int
The hash code for this object.
no setterinherited
normal double
Normal
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
south double
South
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toLookAngle() LookAngle
Converts to LookAngle.
toString() String
A string representation of this object.
inherited

Operators

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