3.4.0
CTiglApproximateBsplineWire.h File Reference

Implementation of routines for building a wire from a std::vector of points by a 3D BSpline curve which approximates the set of points. The resulting curve may not pass through the given points, so that's the difference to the BSpline interpolation algorithm. More...

#include "tigl_internal.h"
#include "ITiglWireAlgorithm.h"

Data Structures

class  tigl::CTiglApproximateBsplineWire
 

Namespaces

 tigl
 The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations.
 

Detailed Description

Implementation of routines for building a wire from a std::vector of points by a 3D BSpline curve which approximates the set of points. The resulting curve may not pass through the given points, so that's the difference to the BSpline interpolation algorithm.