World

abstract class World(val averageRadius: Length)(source)

Base class representing a celestial body with angular units converted to linear distance.

See also

Inheritors

Constructors

Link copied to clipboard
constructor(averageRadius: Length)

Properties

Link copied to clipboard

Arc minutes LengthUnit on this world's surface.

Link copied to clipboard

Arc seconds LengthUnit on this world's surface.

Link copied to clipboard

Radius for use with the Haversine formula. Approximated using a spherical (non-ellipsoid) model.

Link copied to clipboard

Degrees LengthUnit on this world's surface.

Link copied to clipboard

Radians LengthUnit on this world's surface.