Lines Matching defs:portion
215 * Compute the portion of the Bezier curve "B" wrt the interval [0,t]
217 // portion(Bezier, 0, t)
231 * Compute the portion of the Bezier curve "B" wrt the interval [t,1]
233 // portion(Bezier, t, 1)
247 * Compute the portion of the Bezier curve "B" wrt the interval "I"
249 // portion(Bezier, I)
250 void portion (std::vector<Point> & B , Interval const& I)
317 // this should never happen because when a new curve portion is created
806 portion(*C2, *dom);
839 portion(pC1, H1_INTERVAL);
840 portion(pC2, H2_INTERVAL);
852 portion(pC1, H1_INTERVAL);
853 portion(pC2, H2_INTERVAL);
962 portion(*C2, *dom);
966 std::cerr << "new curve portion pC1 is constant" << std::endl;
990 portion(pC1, H1_INTERVAL);
994 std::cerr << "new curve portion pC1 is constant" << std::endl;
998 portion(pC2, H2_INTERVAL);
1002 std::cerr << "new curve portion pC2 is constant" << std::endl;
1021 portion(pC1, H1_INTERVAL);
1025 std::cerr << "new curve portion pC1 is constant" << std::endl;
1029 portion(pC2, H2_INTERVAL);
1033 std::cerr << "new curve portion pC2 is constant" << std::endl;