Ignore:
Timestamp:
12/12/06 17:25:53 (18 years ago)
Author:
bittner
Message:

mixture distribution initial coding

File:
1 edited

Legend:

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

    r1867 r1883  
    240240  UniformRandomVector(const float r1, const float r2); 
    241241 
    242   friend Vector3 UniformRandomVector(const Vector3 &normal, 
    243                                                                          const float r1, 
    244                                                                          const float r2 
    245                                                                          ); 
     242  friend Vector3 CosineRandomVector( 
     243                                                                        const float r1, 
     244                                                                        const float r2, 
     245                                                                        const Vector3 &normal 
     246                                                                        ); 
    246247 
    247248 
Note: See TracChangeset for help on using the changeset viewer.