SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Class for random generator for normal distributed 3D points. More...
#include <SLRnd3f.h>
Public Member Functions | |
SLRnd3fNormal (SLVec3f mean, SLVec3f stddev) | |
~SLRnd3fNormal () | |
SLVec3f | generate () |
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.
Definition at line 30 of file SLRnd3f.h.
|
inline |
|
inlinevirtual |
|
private |
|
private |
|
private |