Module fj_kernel::algorithms::approx::edge
source · Expand description
Edge approximation
The approximation of a curve is its first vertex, combined with the approximation of its curve. The second vertex is left off, as edge approximations are usually used to build cycle approximations, and this way, the caller doesn’t have to call with duplicate vertices.
Structs
- A cache for results of an approximation
- An approximation of a
GlobalEdge - An approximation of an
HalfEdge