In file gfx/libfillet/Fillet.hxx:

namespace Fillet

Generic implementation of fillets

Documentation

Generic implementation of fillets

template<class In, class Out> void transformOutline(const In &b, const In &e, Out o, Coords::CoordSys &coords)
Transform (currently only linear) an outline
template<class In, class Oper> In adjacent_find_operate( In begin, In end, Oper &pred)
An implementation of adjacent_find, which takes its predicate as a reference.
template<class In, class Out, class Cut> bool cutOutline(const In &b, const In &e, Out o, Cut &c)
Cut an outline with a given cut function.

Alphabetic index Hierarchy of classes



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