mirror of https://github.com/KLayout/klayout.git
Restored a method which was renamed by mistake
This commit is contained in:
parent
470c2acf5a
commit
862f8a5c65
|
|
@ -494,7 +494,7 @@ struct edge_defs
|
|||
"\n"
|
||||
"@return True if the edges are coincident.\n"
|
||||
) +
|
||||
method ("intersects?|#intersects?", &C::intersect, gsi::arg ("e"),
|
||||
method ("intersects?|#intersect?", &C::intersect, gsi::arg ("e"),
|
||||
"@brief Intersection test. \n"
|
||||
"\n"
|
||||
"Returns true if the edges intersect. Two edges intersect if they share at least one point. \n"
|
||||
|
|
|
|||
Loading…
Reference in New Issue