Skip to content
Snippets Groups Projects
Commit be15084a authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Change return-type of `PointInElement` to `bool`

Contrary to the documentation, `PointInElement` only returned the
values 0 (point not in element) and 1 (point in element).

This patch changes the return-type to `bool` and updates the
documentation to match the implementation.
parent 00856c99
No related branches found
No related tags found
1 merge request!54Remove more unused code
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment