HomeSort by: relevance | last modified time | path
    Searched defs:zdot (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/groff/dist/src/preproc/pic/
common.cpp 151 position zdot = z; local
156 position zpre = zdot;
173 zdot = zold + (z - zold) * delta;
176 double psi = atan2(zdot.y / dim_y, zdot.x / dim_x);
177 zdot = position(dim_x * cos(psi), dim_y * sin(psi));
179 ellipse_arc(cent, zpre, zdot, dim / 2, slt);
225 position zdot = zold + (z - zold) * delta; local
228 double psi = atan2(zdot.y / dim_y, zdot.x / dim_x)
    [all...]

Completed in 62 milliseconds