![]() |
SLProject 4.0.000
|
Class for random generator for normal distributed 3D points. More...
#include <SLRnd3f.h>
Public Member Functions | |
| SLRnd3fNormal (SLVec3f mean, SLVec3f stddev) | |
| ~SLRnd3fNormal () | |
| SLVec3f | generate () |
| virtual SLVec3f | generate ()=0 |
Private Attributes | |
| std::normal_distribution< SLfloat > * | _xDistribution |
| std::normal_distribution< SLfloat > * | _yDistribution |
| std::normal_distribution< SLfloat > * | _zDistribution |
Additional Inherited Members | |
Protected Attributes inherited from SLRnd3f | |
| std::default_random_engine | _generator |
Class for random generator for normal distributed 3D points.
|
inline |
|
private |
|
private |
|
private |