Ignore:
Timestamp:
11/16/06 19:41:44 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r1587 r1763  
    795795 
    796796 
     797int MeshInstance::GetRandomEdgePoint(Vector3 &point, Vector3 &normal) 
     798{ 
     799        // TODO 
     800        return mMesh->GetRandomSurfacePoint(point, normal); 
     801} 
     802 
    797803 
    798804/*************************************************************/ 
Note: See TracChangeset for help on using the changeset viewer.