Ignore:
Timestamp:
09/07/08 13:44:28 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

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

    r2903 r2911  
    2828}; 
    2929 
    30 /** Class generating random samples on a disc or a sphere, respectively. 
     30/** Class generating random samples on a disc or in a sphere, respectively. 
    3131*/ 
    3232class SampleGenerator 
     
    6161 
    6262 
     63/** This class generates random samples on a disc respecting 
     64        the poisson disc condition (all samples at least distance d apart) 
     65        according to some d related to the number of samples. 
     66*/ 
    6367class PoissonDiscSampleGenerator: public SampleGenerator 
    6468{ 
     
    7478}; 
    7579 
    76  
     80/** This class generates random spherical samples. 
     81*/ 
    7782class SphericalSampleGenerator: public SampleGenerator 
    7883{ 
Note: See TracChangeset for help on using the changeset viewer.