Skip to content

Commit

Permalink
Fixed doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Dec 8, 2023
1 parent b6d3f8b commit 3e114bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/db/db/gsiDeclDbEdge.cc
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,9 @@ struct edge_defs
"is not defined.\n"
"\n"
"This method considers the edge to define an infinite line running through it.\n"
"the distance is the minimum distance of the point to any of the points on this\n"
"infinite line. A similar method is \\euclidian_distance, but the latter regards\n"
"the edge as a finite set of points between the endpoints.\n"
"\\distance returns the distance of 'p' to this line.\n"
"A similar method is \\euclidian_distance, but the latter regards\n"
"the edge a finite set of points between the endpoints.\n"
"\n"
"@param p The point to test.\n"
"\n"
Expand Down

0 comments on commit 3e114bd

Please sign in to comment.