In file gfx/libfillet/Fillet.hxx:

template<class In, class Out, class Cut> bool Fillet::cutOutline

(const In &b,
  const In &e,
  Out o,
  Cut &c)

Cut an outline with a given cut function.

Documentation

Cut an outline with a given cut function. The outline is simply a range of vertices. The Cut function, when given two vertices should see if it is the point to cut. The member cut should then store the new vertex.

The output iterator is filled with the cut point, all vertices of the input range and finally the cut point again.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.