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