Cortex
10.0.0-a4
|
#include "IECore/BezierAlgo.inl"
Go to the source code of this file.
Namespaces | |
IECore | |
This namespace contains all components of the core library. | |
Functions | |
template<typename Vec , typename F > | |
void | IECore::bezierSubdivide (const Vec &v0, const Vec &v1, const Vec &v2, const Vec &v3, typename Vec::BaseType tolerance, F &f) |
template<typename Vec , typename F > | |
void | IECore::bezierSubdivide (const Vec &v0, const Vec &v1, const Vec &v2, typename Vec::BaseType tolerance, F &f) |
As above but for quadratic curves. | |
Defines algorithms for bezier curves.