Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/quadrilateral2square.pro

    r157 r163  
    2525; @param y3in  {in}{required} 
    2626; the coordinates of the quadrilateral 
    27 ; (see above for correspondance with the unit square). Can be 
     27; (see above for correspondence with the unit square). Can be 
    2828; scalar or array. (x0,y0), (x1,y1), (x2,y2) and (x3,y3) are 
    2929; given in the anticlockwise order. 
     
    4141; @returns 
    4242; 
    43 ; (2,n) array: the new coodinates (xout, yout) of the (xin,yin) point(s) after 
     43; (2,n) array: the new coordinates (xout, yout) of the (xin,yin) point(s) after 
    4444; mapping. 
    4545; If xin is a scalar, then n is equal to the number of elements of x0. 
Note: See TracChangeset for help on using the changeset viewer.