Ignore:
Timestamp:
04/28/06 18:42:54 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r801 r860  
    33#include "VssRay.h" 
    44#include "Plane3.h" 
     5 
     6using namespace GtpVisibilityPreprocessor { 
    57 
    68RayInfo::RayInfo(): mRay(NULL), mMinT(0), 
     
    167169        return SqrDistance(ExtrapOrigin(), ExtrapTermination()); 
    168170} 
     171 
     172} 
Note: See TracChangeset for help on using the changeset viewer.