Home
last modified time | relevance | path

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

/dports/graphics/plotutils/plotutils-2.6/include/
H A Dplotcompat.h90 #define farcrel(dxc,dyc,dx0,dy0,dx1,dy1) pl_farcrel(dxc,dyc,dx0,dy0,dx1,dy1) macro
H A Dplotter.h950 int farcrel (double dxc, double dyc, double dx0, double dy0, double dx1, double dy1);
/dports/graphics/plotutils/plotutils-2.6/libplot/
H A Dextern.h1675 #define _API_farcrel Plotter::farcrel
/dports/graphics/plotutils/plotutils-2.6/info/
H A Dplotutils.info7614 int farcrel (double XC, double YC, double X0, double Y0, double X1, double Y1);
7630 joining (X0, Y0) and (X1, Y1). arcrel and farcrel are similar to
H A Dplotutils.texi8654 @itemx int @t{farcrel} (double @var{xc}, double @var{yc}, double @var{x0}, double @var{y0}, double …
8672 @t{arcrel} and @t{farcrel} are similar to @code{arc} and @code{farc},