LatLongBase
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class LatLongclass LatLongDirn
Members list
Value members
Abstract methods
Moves the value northward from this LatLong. This may involve crossing the North Pole or South Pole if the operand is a negative value. When moving across a globe it will often be done using radians as the values come from 3d vector manipulation.
Moves the value northward from this LatLong. This may involve crossing the North Pole or South Pole if the operand is a negative value. When moving across a globe it will often be done using radians as the values come from 3d vector manipulation.
Attributes
Concrete methods
The cosine of the latitude, where North is a positive latitude.
The cosine of the latitude, where North is a positive latitude.
Attributes
The sine of the latitude, where North is a positive latitude.
The sine of the latitude, where North is a positive latitude.
Attributes
The cosine of the longitude, where East is a positive longitude.
The cosine of the longitude, where East is a positive longitude.
Attributes
The sine of the longitude, where East is a positive longitude.
The sine of the longitude, where East is a positive longitude.