Ignore:
Timestamp:
08/08/08 14:31:53 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments)

File:
1 edited

Legend:

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

    r371 r372  
    44; warm (or map) an arbitrary quadrilateral onto a unit square 
    55; according to the 4-point correspondences: 
    6 ;       (x0,y0) -> (0,0) 
    7 ;       (x1,y1) -> (1,0) 
    8 ;       (x2,y2) -> (1,1) 
    9 ;       (x3,y3) -> (0,1) 
     6;  - (x0,y0) -> (0,0) 
     7;  - (x1,y1) -> (1,0) 
     8;  - (x2,y2) -> (1,1) 
     9;  - (x3,y3) -> (0,1) 
     10; 
    1011; This is the inverse function of <pro>square2quadrilateral</pro>. 
    1112; 
Note: See TracChangeset for help on using the changeset viewer.