Lines Matching defs:c1
41 Curvature(Point<T> p0, Point<T> c1, Point<T> p2) :42 p0(p0), c1(c1), p2(p2)67 Point<T> p0, c1, p2;81 return (1-t)*2*(c1.x-p0.x) + t*2*(p2.x-c1.x);87 return (1-t)*2*(c1.y-p0.y) + t*2*(p2.y-c1.y);93 return 2 * (p2.x - 2*c1.x + p0.x);99 return 2 * (p2.y - 2*c1.y + p0.y);