Update Point3.h

Fix doxygen comment
release/4.3a0
Frank Dellaert 2020-10-01 20:21:14 -04:00 committed by GitHub
parent eb0b48a10f
commit cef937e09d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ GTSAM_EXPORT Point3 mean(const CONTAINER& points) {
return sum / points.size(); 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<Point3Pair> &abPointPairs); GTSAM_EXPORT Point3Pair means(const std::vector<Point3Pair> &abPointPairs);
template <typename A1, typename A2> template <typename A1, typename A2>