Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
rhijmans committed Feb 1, 2025
1 parent 3894c80 commit e9a8ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/spatVector.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ class SpatVector {
// std::vector<double> pointdistance_seq(const std::vector<double>& px, const std::vector<double>& py, double m, bool lonlat);


std::vector<double> nearestDistLonLat(std::vector<double> x, std::vector<double> y, std::string unit, std::string method);
std::vector<double> distLonLat(std::vector<double> x, std::vector<double> y, std::string unit, std::string method, bool min, bool transp);
//std::vector<double> nearestDistLonLat(std::vector<double> x, std::vector<double> y, std::string unit, std::string method);
std::vector<std::vector<size_t>> knearest(size_t k);

size_t size();
Expand Down

0 comments on commit e9a8ff9

Please sign in to comment.