Searched defs:a_t (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-sketch.cpp | 343 Point m_t = m(t), v_t = v(t), a_t = a(t); local 349 double r = std::pow(v_t.length(), 3) / cross(v_t, a_t);
|
/inkscape/src/2geom/ |
H A D | basic-intersection.cpp | 403 double *a_t, double* b_t) { 442 if(a_t) *a_t = h_a_t; 453 double *a_t, double* b_t) { 454 double h_dist = hausdorfl(A, B, m_precision, a_t, b_t); 461 if(a_t) *a_t = t; 469 if(a_t) *a_t = t; 401 hausdorfl(D2<SBasis>& A, D2<SBasis> const& B, double m_precision, double *a_t, double* b_t) argument 451 hausdorf(D2<SBasis>& A, D2<SBasis> const& B, double m_precision, double *a_t, double* b_t) argument
|
Completed in 29 milliseconds