mirror of https://github.com/KLayout/klayout.git
Fixed doc.
This commit is contained in:
parent
b6d3f8be93
commit
3e114bd69c
|
|
@ -565,9 +565,9 @@ struct edge_defs
|
||||||
"is not defined.\n"
|
"is not defined.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"This method considers the edge to define an infinite line running through it.\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"
|
"\\distance returns the distance of 'p' to this line.\n"
|
||||||
"infinite line. A similar method is \\euclidian_distance, but the latter regards\n"
|
"A similar method is \\euclidian_distance, but the latter regards\n"
|
||||||
"the edge as a finite set of points between the endpoints.\n"
|
"the edge a finite set of points between the endpoints.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"@param p The point to test.\n"
|
"@param p The point to test.\n"
|
||||||
"\n"
|
"\n"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue