Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r231  
    88;       (x2,y2) -> (1,1) 
    99;       (x3,y3) -> (0,1) 
    10 ; This is the inverse function of square2quadrilateral.pro 
     10; This is the inverse function of <pro>square2quadrilateral</pro>. 
     11; 
    1112; The mapping is done using perspective transformation which preserve 
    1213; lines in all orientations and permit quadrilateral to quadrilateral 
    1314; mappings. see ref. bellow. 
    1415; 
    15 ; @categories  
     16; @categories 
    1617; Picture, Grid 
    1718; 
     
    7071; 
    7172; 
    72 ; @version $Id$ 
     73; @version 
     74; $Id$ 
    7375; 
    7476;- 
    75 ;------------------------------------------------------------ 
    76 ;------------------------------------------------------------ 
    77 ;------------------------------------------------------------ 
     77; 
    7878FUNCTION quadrilateral2square, x0in, y0in, x1in, y1in, x2in, y2in, x3in, y3in, xxin, yyin, PERF = perf 
    79 ; 
    8079; 
    8180  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.