pointDistRads method

double pointDistRads(
  1. Pointer<GeoCoord> a,
  2. Pointer<GeoCoord> b
)

Implementation

double pointDistRads(
  ffi.Pointer<GeoCoord> a,
  ffi.Pointer<GeoCoord> b,
) {
  return _pointDistRads(
    a,
    b,
  );
}