From cf6a21845ca1554213d6f48614d8124e7a05eacb Mon Sep 17 00:00:00 2001 From: akrishnan86 Date: Thu, 7 May 2020 02:57:42 -0400 Subject: [PATCH] removed concepts header --- gtsam/geometry/Line3.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtsam/geometry/Line3.h b/gtsam/geometry/Line3.h index b845b0118..06637319e 100644 --- a/gtsam/geometry/Line3.h +++ b/gtsam/geometry/Line3.h @@ -16,7 +16,6 @@ #pragma once -#include #include #include @@ -85,8 +84,8 @@ public: Unit3 project(OptionalJacobian<2, 4> Dline = boost::none) const; /** - * Returns point on the line that is starting from the point where the rotated XY axis - * intersects the line, in the direction of the line. + * Returns point on the line that is at a distance "scalestarting from the point where the rotated XY axis + * intersects the line, . * @param scale * @return */