Ignore:
Timestamp:
07/21/06 14:47:49 (18 years ago)
Author:
navarro
Message:

english and nicer header (2a)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DIVERS/rotation.pro

    r134 r142  
    11;+ 
    2 ; NAME: 
    32; 
    4 ;           ROTATION 
     3; @file_comments 
     4; Rotate two vectors by a specified amount. 
     5;            
     6; @param X {in}{required} 
     7; orignal data point pairs 
     8; 
     9; @param Y {in}{required} 
     10; orignal data point pairs 
     11;            
     12; @param DEG {in}{required} 
     13; degrees to rotate. 
     14;            
     15; @param NX {out} 
     16; rotated point pairs. 
    517;  
    6 ; PURPOSE: 
    7 ;  
    8 ;           Rotate two vectors by a specified amount. 
     18; @param NY {out} 
     19; rotated point pairs. 
    920;            
    10 ; CALLING SEQUENCE: 
    11 ;  
    12 ;           ROTATION,X,Y,DEG,NX,NY 
    13 ;            
    14 ; INPUTS: 
     21; @history 
     22; Jeff Bennett, U of Colorado 
    1523; 
    16 ;           X,Y   :orignal data point pairs 
    17 ;            
    18 ;           DEG   :degrees to rotate. 
    19 ;            
    20 ; OUTPUTS: 
    21 ;  
    22 ;           Nx, Ny = rotated point pairs. 
    23 ;            
    24 ; MODIFICATION HISTORY: 
    25 ;  
    26 ;           Jeff Bennett, U of Colorado 
     24; @version 
     25; $Id$ 
     26; 
    2727;- 
    2828 
Note: See TracChangeset for help on using the changeset viewer.