Lines Matching defs:cubic
15 double calcPrecision(const Cubic& cubic) { in calcPrecision()
24 double calcPrecision(const Cubic& cubic, double t, double scale) { in calcPrecision()
39 void coefficients(const double* cubic, double& A, double& B, double& C, double& D) { in coefficients()
282 static double derivativeAtT(const double* cubic, double t) { in derivativeAtT()
291 double dx_at_t(const Cubic& cubic, double t) { in dx_at_t()
295 double dy_at_t(const Cubic& cubic, double t) { in dy_at_t()
300 _Vector dxdy_at_t(const Cubic& cubic, double t) { in dxdy_at_t()
353 bool rotate(const Cubic& cubic, int zero, int index, Cubic& rotPath) { in rotate()
380 _Point top(const Cubic& cubic, double startT, double endT) { in top()
403 void xy_at_t(const Cubic& cubic, double t, double& x, double& y) { in xy_at_t()
413 _Point xy_at_t(const Cubic& cubic, double t) { in xy_at_t()