|
| interface | IG.Num.ISampler |
| | Interface representing sampling objects that produce a desired number of sampling points with a particular arrangement in space. More...
|
| |
| class | IG.Num.SamplerBase |
| | Base class for sampling classes that produce a desired number of sampling points with a particular arrangement in space. More...
|
| |
| class | IG.Num.SamplerBaseRandom |
| | Base class for sampling classes that produce a desired number of sampling points with a particular arrangement in space, and which use a random generator for creation of sampling points. More...
|
| |
| class | IG.Num.SamplerCubeRandomUniform |
| | Uniformly distributed random sampling within the coordinate origin-centered cube. More...
|
| |
| class | IG.Num.SamplerBoxRandomUniform |
| | Uniformly distributed random sampling within the coordinate origin-centered cube. More...
|
| |
| class | IG.Num.SamplerUnitBallRandomFromCube |
| | Random sampling within the coordinate origin-centered hyper ball with radius one; derived from uniform random sampling of unit cube by radially stretching (or shrinking) the cube surface in order to fit the ball surface. More...
|
| |