Revision 2c88301afac2aba5fb28b480d2cc6e45bb51a1b9 authored by Thomas Fischer on 14 September 2021, 12:37:44 UTC, committed by Thomas Fischer on 06 October 2021, 08:52:56 UTC
A part of an element is inside of a polygon if at
least one node is in the (convex) polygon. Sometimes
it is useful to forster that all nodes of an
element have to be in the polygon. With the new
implemented switch argument the user can choose the
behaviour of the algorithm.
1 parent 1ec62b9
Raw File
.codeclimate.yml
version: "2"
exclude_patterns:
  - "ThirdParty/"
  - "Tests/"
plugins:
  duplication:
    enabled: false
back to top