R/CAAGlobe_DistanceBetweenPoints.R

Defines functions CAAGlobe_DistanceBetweenPoints

Documented in CAAGlobe_DistanceBetweenPoints

CAAGlobe_DistanceBetweenPoints <-
function(GeographicalLatitude1, GeographicalLongitude1, GeographicalLatitude2, GeographicalLongitude2){
.Call("CAAGlobe_DistanceBetweenPoints", GeographicalLatitude1, GeographicalLongitude1, GeographicalLatitude2, GeographicalLongitude2)
}
helixcn/skycalc documentation built on March 31, 2021, 5:45 a.m.