From cef937e09d8505068ad503ab7a6248a194190536 Mon Sep 17 00:00:00 2001 From: Frank Dellaert Date: Thu, 1 Oct 2020 20:21:14 -0400 Subject: [PATCH] Update Point3.h Fix doxygen comment --- gtsam/geometry/Point3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/geometry/Point3.h b/gtsam/geometry/Point3.h index b425af8a4..57188fc5e 100644 --- a/gtsam/geometry/Point3.h +++ b/gtsam/geometry/Point3.h @@ -68,7 +68,7 @@ GTSAM_EXPORT Point3 mean(const CONTAINER& points) { return sum / points.size(); } -/// mean of Point3 pair +/// Calculate the two means of a set of Point3 pairs GTSAM_EXPORT Point3Pair means(const std::vector &abPointPairs); template