Home
last modified time | relevance | path

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

/dports/biology/emboss/EMBOSS-6.6.0/plplot/
H A Dplfill.c130 n = plP_clip_poly(n, V, 0, 1, -xmin); in c_plfill3()
131 n = plP_clip_poly(n, V, 0, -1, xmax); in c_plfill3()
132 n = plP_clip_poly(n, V, 1, 1, -ymin); in c_plfill3()
133 n = plP_clip_poly(n, V, 1, -1, ymax); in c_plfill3()
134 n = plP_clip_poly(n, V, 2, 1, -zmin); in c_plfill3()
135 n = plP_clip_poly(n, V, 2, -1, zmax); in c_plfill3()
H A Dplot3d.c154 plP_clip_poly(int Ni, PLFLT *Vi[3], int axis, PLFLT dir, PLFLT offset) in plP_clip_poly() function
232 n = plP_clip_poly(n, V, 0, 1, -xmin); in shade_triangle()
233 n = plP_clip_poly(n, V, 0, -1, xmax); in shade_triangle()
234 n = plP_clip_poly(n, V, 1, 1, -ymin); in shade_triangle()
235 n = plP_clip_poly(n, V, 1, -1, ymax); in shade_triangle()
236 n = plP_clip_poly(n, V, 2, 1, -zmin); in shade_triangle()
237 n = plP_clip_poly(n, V, 2, -1, zmax); in shade_triangle()
H A DplplotP.h431 plP_clip_poly(int Ni, PLFLT *Vi[3], int axis, PLFLT dir, PLFLT offset);
/dports/math/plplot-ada/plplot-5.15.0/src/
H A Dplfill.c262 n = plP_clip_poly( n, V, 0, 1, -xmin ); in c_plfill3()
263 n = plP_clip_poly( n, V, 0, -1, xmax ); in c_plfill3()
264 n = plP_clip_poly( n, V, 1, 1, -ymin ); in c_plfill3()
265 n = plP_clip_poly( n, V, 1, -1, ymax ); in c_plfill3()
266 n = plP_clip_poly( n, V, 2, 1, -zmin ); in c_plfill3()
267 n = plP_clip_poly( n, V, 2, -1, zmax ); in c_plfill3()
H A Dplot3d.c166 plP_clip_poly( int Ni, PLFLT *Vi[3], int axis, PLFLT dir, PLFLT offset ) in plP_clip_poly() function
284 n = plP_clip_poly( n, V, 0, 1, -xmin ); in shade_triangle()
285 n = plP_clip_poly( n, V, 0, -1, xmax ); in shade_triangle()
286 n = plP_clip_poly( n, V, 1, 1, -ymin ); in shade_triangle()
287 n = plP_clip_poly( n, V, 1, -1, ymax ); in shade_triangle()
288 n = plP_clip_poly( n, V, 2, 1, -zmin ); in shade_triangle()
289 n = plP_clip_poly( n, V, 2, -1, zmax ); in shade_triangle()
/dports/math/plplot/plplot-5.15.0/src/
H A Dplfill.c262 n = plP_clip_poly( n, V, 0, 1, -xmin ); in c_plfill3()
263 n = plP_clip_poly( n, V, 0, -1, xmax ); in c_plfill3()
264 n = plP_clip_poly( n, V, 1, 1, -ymin ); in c_plfill3()
265 n = plP_clip_poly( n, V, 1, -1, ymax ); in c_plfill3()
266 n = plP_clip_poly( n, V, 2, 1, -zmin ); in c_plfill3()
267 n = plP_clip_poly( n, V, 2, -1, zmax ); in c_plfill3()
H A Dplot3d.c166 plP_clip_poly( int Ni, PLFLT *Vi[3], int axis, PLFLT dir, PLFLT offset ) in plP_clip_poly() function
284 n = plP_clip_poly( n, V, 0, 1, -xmin ); in shade_triangle()
285 n = plP_clip_poly( n, V, 0, -1, xmax ); in shade_triangle()
286 n = plP_clip_poly( n, V, 1, 1, -ymin ); in shade_triangle()
287 n = plP_clip_poly( n, V, 1, -1, ymax ); in shade_triangle()
288 n = plP_clip_poly( n, V, 2, 1, -zmin ); in shade_triangle()
289 n = plP_clip_poly( n, V, 2, -1, zmax ); in shade_triangle()
/dports/math/plplot-ada/plplot-5.15.0/include/
H A DplplotP.h569 plP_clip_poly( int Ni, PLFLT *Vi[3], int axis, PLFLT dir, PLFLT offset );
/dports/math/plplot/plplot-5.15.0/include/
H A DplplotP.h569 plP_clip_poly( int Ni, PLFLT *Vi[3], int axis, PLFLT dir, PLFLT offset );
/dports/math/plplot-ada/plplot-5.15.0/www/announce/
H A DChangeLog-5.3.0-5.3.11395 clipped from triangle by calls to plP_clip_poly.
/dports/math/plplot/plplot-5.15.0/www/announce/
H A DChangeLog-5.3.0-5.3.11395 clipped from triangle by calls to plP_clip_poly.