14 const SPoint3 &p2, std::vector<SPoint3> &pts,
15 std::vector<double> &ts);
18 std::vector<SPoint3> &pts, std::vector<double> &ts);
19 void decasteljau(
double tol,
const std::vector<SPoint3> &controlPoints,
20 std::vector<SPoint3> &pts, std::vector<double> &ts);