PHP Treffynnon\Navigator\Distance\Calculator Namespace

Interfaces

Name Description
CalculatorInterface A base set of methods to implement the setting of a celestial body for a calculator

Classes

Name Description
CalculatorAbstract A base set of methods to implement the setting of a celestial body for a calculator
CosineLaw Use the Cosine Law to calculate the distance between two points
GreatCircle Use the Great Circle formula to calculate the distance between two points
Haversine Use the Haversine formula to calculate the distance between two points
Vincenty Use the Vincenty formula to calculate the distance between two points