Skip to content
  • David Thompson's avatar
    Progres on face creation (add "force create face"). · dba817c7
    David Thompson authored
    This adds a new operator that adds a face given a sequence
    of points defining the outer loop and optionally additional
    points specifying inner loops.
    The edge(s) and face are both created by the operator without sanity checks.
    The tessellation is obtained by constructing a boost polygon and querying
    it for trapezoids which are turned into a triangle fan (for various reasons).
    dba817c7