Lines Matching defs:cy
34 , cy(0)
50 this->readAttr("sodipodi:cy");
65 * sodipodi:spiral="cx cy exp revo rad arg t0"
69 sp_repr_set_svg_double(repr, "sodipodi:cy", this->cy);
107 if (!sp_svg_length_read_computed_absolute (value, &this->cy)) {
108 this->cy = 0.0;
338 g_print ("cx=%g, cy=%g, exp=%g, revo=%g, rad=%g, arg=%g, t0=%g\n",
340 this->cy,
390 void SPSpiral::setPosition(gdouble cx, gdouble cy, gdouble exp, gdouble revo, gdouble rad, gdouble arg, gdouble t0) {
396 this->cy = cy;
417 p.push_back(Inkscape::SnapCandidatePoint(Geom::Point(this->cx, this->cy) * i2dt, Inkscape::SNAPSOURCE_OBJECT_MIDPOINT, Inkscape::SNAPTARGET_OBJECT_MIDPOINT));
439 Geom::Point pos( Geom::Point(this->cx, this->cy) * xform );
462 this->cy = pos[Geom::Y];
499 return Geom::Point(rad * cos(arg) + this->cx, rad * sin(arg) + this->cy);