Lines Matching defs:parameters
181 * Recursively intersect two curves keeping track of their real parameters
183 * The results are returned in a 2-D array of doubles indicating the parameters
184 * for which intersections are found. The parameters are in the order the
220 std::vector<std::pair<double, double> > ¶meters)
239 parameters );
243 parameters );
247 parameters );
251 parameters );
258 parameters );
262 parameters );
275 parameters );
279 parameters );
299 parameters.push_back(std::pair<double, double>(t0 + s * ( t1 - t0 ),
311 * used to find all the parameters corresponding to intersection points.