Skip to content

Commit

Permalink
Add comment for surface_dist functions
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed May 18, 2021
1 parent 8c9a27b commit 383b58d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/surface_dist.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Functions for computing Euclidian distance between vertex coordinates.
# Functions for computing Euclidean distance between vertex coordinates.
# These functions are not really specific for meshes as they simple work with vertex coords (=points) without
# any knowledge or consideration of mesh topology (graph distance) or the surface (geodesic distance).

#' @title Find vertex index closest to given query coordinate using Euclidean distance.
#'
Expand Down

0 comments on commit 383b58d

Please sign in to comment.