From 383b58d8c7e3e1f9d56aedcef7bfe9d61352a00c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Sch=C3=A4fer?= Date: Tue, 18 May 2021 14:48:57 +0200 Subject: [PATCH] Add comment for surface_dist functions --- R/surface_dist.R | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/R/surface_dist.R b/R/surface_dist.R index 195afe9..6da43dd 100644 --- a/R/surface_dist.R +++ b/R/surface_dist.R @@ -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. #'