HE_Mesh2014  2.0.11
Public Member Functions | List of all members
wblut.geom.WB_RandomPoint Interface Reference
+ Inheritance diagram for wblut.geom.WB_RandomPoint:

Public Member Functions

WB_RandomPoint setSeed (final long seed)
 
WB_Point nextPoint ()
 
WB_Vector nextVector ()
 
void reset ()
 
WB_RandomPoint setOffset (WB_Coord offset)
 
WB_RandomPoint setOffset (double x, double y)
 
WB_RandomPoint setOffset (double x, double y, double z)
 

Detailed Description

Interface for random vector/point generators

Author
frederikvanhoutte

Member Function Documentation

WB_Point wblut.geom.WB_RandomPoint.nextPoint ( )
WB_Vector wblut.geom.WB_RandomPoint.nextVector ( )
void wblut.geom.WB_RandomPoint.reset ( )
WB_RandomPoint wblut.geom.WB_RandomPoint.setOffset ( WB_Coord  offset)
WB_RandomPoint wblut.geom.WB_RandomPoint.setOffset ( double  x,
double  y 
)
WB_RandomPoint wblut.geom.WB_RandomPoint.setOffset ( double  x,
double  y,
double  z 
)
WB_RandomPoint wblut.geom.WB_RandomPoint.setSeed ( final long  seed)

The documentation for this interface was generated from the following file: