Ignore:
Timestamp:
09/04/08 15:00:42 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/common.h

    r2898 r2903  
    254254 
    255255 
    256 /*inline int 
    257 RandomValue(int a, int b) 
    258 { 
    259         int range = abs(a - b); 
    260         return (rand() * range) / RAND_MAX + ((a < b) ? a : b); 
    261 }*/ 
    262  
    263256inline Real sqr(Real a) 
    264257{ 
Note: See TracChangeset for help on using the changeset viewer.