Subversion Repositories wimsdev

Rev

Rev 4562 | Rev 5921 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32 reyssat 1
!! +var+ +exec+ +string+
2
$lst_tit leveldata$lst_titend$type_both
4562 bpr 3
  $lst_alias levelpoints
32 reyssat 4
  $(lst_syntax)leveldata size $emph xsize,ysize$emphend
5
  ranges $emph x1,x2,y1,y2$emphend function $emph f(x,y)$emphend
4562 bpr 6
  [levels $emph l1,l2,...$emphend]</tt>
32 reyssat 7
  $lst_mean Computes coordinates of points on the level curve of
8
  $emph f(x,y)$emphend, at levels $emph l1,l2,...$emphend (defaults to one
9
  level 0). <p>
10
  The computation is made from $emph (x1,y1)$emphend to
11
  $emph (x2,y2)$emphend, and points are computed as integer positions in a
5920 bpr 12
  picture with size $emph xsize,ysize$emphend. </p><p>
32 reyssat 13
  Order of the fields is not important. All the fields except levels are
14
  mandatory.
5920 bpr 15
  </p>