Restored a method which was renamed by mistake

This commit is contained in:
Matthias Koefferlein 2023-09-02 19:18:43 +02:00
parent 470c2acf5a
commit 862f8a5c65
1 changed files with 1 additions and 1 deletions

View File

@ -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"