39 #ifndef IECORE_BEZIERALGO_H
40 #define IECORE_BEZIERALGO_H
48 template<
typename Vec,
typename F>
49 void bezierSubdivide(
const Vec &v0,
const Vec &v1,
const Vec &v2,
const Vec &v3,
typename Vec::BaseType tolerance, F &f );
52 template<
typename Vec,
typename F>
53 void bezierSubdivide(
const Vec &v0,
const Vec &v1,
const Vec &v2,
typename Vec::BaseType tolerance, F &f );
57 #include "IECore/BezierAlgo.inl"
59 #endif // IECORE_BEZIERALGO_H
void bezierSubdivide(const Vec &v0, const Vec &v1, const Vec &v2, const Vec &v3, typename Vec::BaseType tolerance, F &f)
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43