~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to bindings/octave/plplot_octave_txt/plpoly3.txt

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
    z (PLFLT *, input) :    Pointer to array with z coordinates of points. 
24
24
 
25
 
    draw (PLINT *, input) :    Pointer to array which controls drawing the
26
 
    segments of the polygon.  If draw[i] is true, then the polygon
 
25
    draw (PLBOOL *, input) :    Pointer to array which controls drawing
 
26
    the segments of the polygon.  If draw[i] is true, then the polygon
27
27
    segment from index [i] to [i+1] is drawn, otherwise, not. 
28
28
 
29
 
    ifcc (PLINT, input) :    If ifcc=1 the directionality of the polygon
30
 
    is determined by assuming the points are laid out in a
31
 
    counter-clockwise order. If ifcc=0 the directionality of the
 
29
    ifcc (PLBOOL, input) :    If ifcc is true the directionality of the
 
30
    polygon is determined by assuming the points are laid out in a
 
31
    counter-clockwise order.  Otherwise, the directionality of the
32
32
    polygon is determined by assuming the points are laid out in a
33
33
    clockwise order.