5758596061626364656667
ini.y = pAffineTP.y; ini.z = pAffineTP.z; ini.x -= shift_x; ini.y -= shift_y; //ini.z -= shift_z; ini.invalidate(); /* Convert x and y of point to parametric space, noting they are the radius outward in real space. */ double t = ini.getPrecalcSqrt() / stretch - M_PI / 2;
103104105106107108109110111112113
ini.y = pAffineTP.y; ini.z = pAffineTP.z; ini.x -= shift_x; ini.y -= shift_y; //ini.z -= shift_z; ini.invalidate(); // Final coordinates in parametric space double r; double z;