Ignore:
Timestamp:
06/27/06 17:47:06 (18 years ago)
Author:
pinsard
Message:

add $ in Calendar, Grid, Interpolation, Obsolete and Postscript *.pro files, add svn:keywords Id to all these files, some improvements in header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/quadrilateral2square.html

    r111 r118  
    754754            </h4> 
    755755         
    756           <div class="comments">  the coordinates of the quadrilateral</div> 
     756          <div class="comments"></div> 
    757757             
    758758            <h4 id="_quadrilateral2square_param_y0in">y0in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    767767            </h4> 
    768768         
    769           <div class="comments">  the coordinates of the quadrilateral</div> 
     769          <div class="comments"></div> 
    770770             
    771771            <h4 id="_quadrilateral2square_param_x1in">x1in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    780780            </h4> 
    781781         
    782           <div class="comments">  the coordinates of the quadrilateral</div> 
     782          <div class="comments"></div> 
    783783             
    784784            <h4 id="_quadrilateral2square_param_y1in">y1in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    793793            </h4> 
    794794         
    795           <div class="comments">  the coordinates of the quadrilateral</div> 
     795          <div class="comments"></div> 
    796796             
    797797            <h4 id="_quadrilateral2square_param_x2in">x2in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    806806            </h4> 
    807807         
    808           <div class="comments">  the coordinates of the quadrilateral</div> 
     808          <div class="comments"></div> 
    809809             
    810810            <h4 id="_quadrilateral2square_param_y2in">y2in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    819819            </h4> 
    820820         
    821           <div class="comments">  the coordinates of the quadrilateral</div> 
     821          <div class="comments"></div> 
    822822             
    823823            <h4 id="_quadrilateral2square_param_x3in">x3in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    832832            </h4> 
    833833         
    834           <div class="comments">  the coordinates of the quadrilateral</div> 
     834          <div class="comments"></div> 
    835835             
    836836            <h4 id="_quadrilateral2square_param_y3in">y3in&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    845845            </h4> 
    846846         
    847           <div class="comments">  the coordinates of the quadrilateral 
    848      (see above for correspondance with the unit square). Can be 
    849      scalar or array. (x0,y0), (x1,y1), (x2,y2) and (x3,y3) are 
    850      given in the anticlockwise order. 
     847          <div class="comments"> 
     848 the coordinates of the quadrilateral 
     849 (see above for correspondance with the unit square). Can be 
     850 scalar or array. (x0,y0), (x1,y1), (x2,y2) and (x3,y3) are 
     851 given in the anticlockwise order. 
    851852</div> 
    852853             
     
    862863            </h4> 
    863864         
    864           <div class="comments"> the coordinates of the point(s) for which we want to do the 
    865      mapping. Can be scalar or array.</div> 
     865          <div class="comments"> the coordinates of the point(s) for which we want to do the mapping. Can be scalar or array.</div> 
    866866             
    867867            <h4 id="_quadrilateral2square_param_yyin">yyin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    876876            </h4> 
    877877         
    878           <div class="comments"> the coordinates of the point(s) for which we want to do the 
    879      mapping. Can be scalar or array. 
     878          <div class="comments"> the coordinates of the point(s) for which we want to do the mapping. Can be scalar or array. 
    880879</div> 
    881880             
     
    898897            </h4> 
    899898         
    900             <div class="comments"></div> 
     899            <div class="comments"> 
     900</div> 
    901901             
    902902           
     
    904904          <h3>Examples</h3><div class="value">  
    905905 
    906      res = square2quadrilateral(x0,y0,x1,y1,x2,y2,x3,y3,xin,yin) 
     906 IDL> res = square2quadrilateral(x0,y0,x1,y1,x2,y2,x3,y3,xin,yin) 
    907907  
    908908  
     
    920920          <h3>Version history</h3> 
    921921           
    922            
     922          <h4>Version</h4><div class="value"> $Id$ 
     923</div> 
    923924          <h4>History</h4><div class="value"> 
    924925      Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    927928      IEEE Computer Society Press, Los Alamitos, California 
    928929      Chapter 3, see p 52-56 
    929       </div> 
     930       
     931</div> 
    930932           
    931933           
Note: See TracChangeset for help on using the changeset viewer.