HE_Mesh2014
2.0.11
|
Public Member Functions | |
WB_RandomCircle () | |
WB_RandomCircle | 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 circle.
wblut.math.WB_RandomCircle.WB_RandomCircle | ( | ) |
Instantiates a new w b_ random disc.
WB_Point wblut.math.WB_RandomCircle.nextPoint | ( | ) |
Next point.
WB_Vector wblut.math.WB_RandomCircle.nextVector | ( | ) |
Next vector.
WB_RandomCircle wblut.math.WB_RandomCircle.setSeed | ( | final long | seed | ) |
Set random seed.
seed | seed |
|
private |
The random gen.