Ignore:
Timestamp:
12/11/06 08:31:01 (18 years ago)
Author:
bittner
Message:

sampling updates

File:
1 edited

Legend:

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

    r1768 r1877  
    136136 
    137137 
     138 
    138139template<typename T> 
    139140int IntersectableWrapper<T>::GetRandomEdgePoint(Vector3 &point, 
     
    203204        int GetRandomSurfacePoint(Vector3 &point, Vector3 &normal); 
    204205 
     206        int GetRandomSurfacePoint(const float u, 
     207                                                          const float v, 
     208                                                          Vector3 &point, Vector3 &normal); 
     209 
     210         
    205211        int GetRandomVisibleSurfacePoint(Vector3 &point, 
    206212                                                                         Vector3 &normal, 
Note: See TracChangeset for help on using the changeset viewer.