pointDistM method

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

Implementation

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