Ignore:
Timestamp:
01/03/08 15:53:44 (17 years ago)
Author:
bittner
Message:

big merge: preparation for havran ray caster, check if everything works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Ray.h

    r2176 r2575  
    128128  // Inititalize the ray again when already constructed 
    129129  void Init(const Vector3 &wherefrom, 
    130                         const Vector3 &whichdir, 
    131                         const int _type,  
    132                         bool dirNormalized = false) { 
     130            const Vector3 &whichdir, 
     131            const int _type,  
     132            bool dirNormalized = false) { 
    133133    loc = wherefrom; 
    134134    dir = (dirNormalized || _type == LINE_SEGMENT) ? whichdir: Normalize(whichdir) ; 
Note: See TracChangeset for help on using the changeset viewer.