HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_RandomInSphere () | |
WB_RandomInSphere | setSeed (final long seed) |
WB_Point | nextPoint () |
WB_Vector | nextVector () |
Private Attributes | |
final WB_MTRandom | randomGen |
Random generator for vectors uniformly distributed inside the unit sphere.
wblut.math.WB_RandomInSphere.WB_RandomInSphere | ( | ) |
Instantiates a new w b_ random sphere.
WB_Point wblut.math.WB_RandomInSphere.nextPoint | ( | ) |
Next point.
WB_Vector wblut.math.WB_RandomInSphere.nextVector | ( | ) |
Next vector.
WB_RandomInSphere wblut.math.WB_RandomInSphere.setSeed | ( | final long | seed | ) |
Set random seed.
seed | seed |
|
private |
The random gen.