Ignore:
Timestamp:
04/06/07 10:35:17 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers + replace some message by some report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/lineintersection.pro

    r231 r242  
    1010; @param ABC1 {in}{required}{type=3d array} 
    1111; is the first array of dimension 3, number_of_pairs_of_straight_lines, 
    12 ; whose each line contain the 3 parameters a,b and c of the first linear 
     12; whose each line contain the 3 parameters a, b and c of the first linear 
    1313; equation of the type ax+by+c=0 
    1414; 
    1515; @param ABC2 {in}{required}{type=3d array} 
    1616; is second array of dimension 3, number_of_pairs_of_straight_lines, 
    17 ; whose each line contain the 3 parameters a,b and c of the second linear 
     17; whose each line contain the 3 parameters a, b and c of the second linear 
    1818; equation of the type ax+by+c=0 
    1919; 
     
    2626;      1) by default: it is a vector of complex whose each element is the coordinates 
    2727;                     of the intersection point of a pair of straight lines. 
    28 ;      2) if FLOAT is activated, it is a array of reels of dimension 2, 
     28;      2) if FLOAT is activated, it is a array of reals of dimension 2, 
    2929;         number_of_pairs_of_straight_lines whose each row is the coordinates 
    3030;         of the intersection point of a pair of straight line. 
    3131; 
    3232; @restrictions 
    33 ; If the 2 straight line are parallel, we return coordinates 
     33; If the 2 straight lines are parallel, we return coordinates 
    3434; (!values.f_nan,!values.f_nan) 
    3535; 
Note: See TracChangeset for help on using the changeset viewer.