Home
last modified time | relevance | path

Searched refs:phi0 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dcommon.cpp110 double phi0 = atan2(z0.y - M.y, z0.x - M.x); in ellipse_arc() local
112 position M0 = position(rho * cos(phi0), rho * sin(phi0)) + M; in ellipse_arc()
117 solid_arc(M + cent, rho, phi0, phi1, lt); in ellipse_arc()