Ignore:
Timestamp:
10/27/06 03:05:49 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1615 r1686  
    186186        Vector3 GetNormal(const int idx) const; 
    187187 
     188        float GetArea() const {return mItem.GetArea();} 
    188189        int Type() const 
    189190        { 
     
    193194        int GetRandomSurfacePoint(Vector3 &point, Vector3 &normal); 
    194195 
    195         int GetRandomVisibleSurfacePoint( 
    196                 Vector3 &point, 
    197                 Vector3 &normal, 
    198                 const Vector3 &viewpoint, 
    199                 const int maxTries); 
     196        int GetRandomVisibleSurfacePoint(Vector3 &point, 
     197                                                                         Vector3 &normal, 
     198                                                                         const Vector3 &viewpoint, 
     199                                                                         const int maxTries); 
    200200}; 
    201201 
Note: See TracChangeset for help on using the changeset viewer.