Ignore:
Timestamp:
10/27/06 21:31:39 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/IntersectableWrapper.cpp

    r1587 r1692  
    6565        const float sum = a + b + c; 
    6666 
    67         // scale so we get value between zero and one 
     67        // scale so we get vaccumated value of 1 
    6868        if (sum) 
    6969        { 
     
    7373        } 
    7474 
    75         //cout << "a " << a << "b: " << b << "c: " << c << endl; 
     75        //cout << "a: " << a << " b: " << b << " c: " << c << " sum: " << sum << endl; 
    7676        point = mItem.mVertices[0] * a + mItem.mVertices[1] * b + mItem.mVertices[2] * c; 
    7777        normal = mItem.GetNormal(); 
Note: See TracChangeset for help on using the changeset viewer.