|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RealFunction2DDouble | |
---|---|
za.co.luma.math.function | Contains classes for representing Functions. |
za.co.luma.math.sampling | The classes in this package is useful for sampling images, although some might be used to sample arbitrary structures. |
Uses of RealFunction2DDouble in za.co.luma.math.function |
---|
Subclasses of RealFunction2DDouble in za.co.luma.math.function | |
---|---|
class |
Falloff
A function that represents a cone - a linear falloff from a given point, but clamped so that it cannot exceed a certain value. |
class |
RealFunction2DWrapper
A class that wraps a RealFunction2D in a RealFunmtion2DDouble object. |
Uses of RealFunction2DDouble in za.co.luma.math.sampling |
---|
Constructors in za.co.luma.math.sampling with parameters of type RealFunction2DDouble | |
---|---|
PoissonDiskMultiSampler(double x0,
double y0,
double x1,
double y1,
double[] minDist,
double[] minRadii,
double[] radii,
RealFunction2DDouble distribution,
boolean multiLayer)
Construct a new PoissonDisk object, with a given domain and minimum distance between points. |
|
PoissonDiskMultiSampler(double x0,
double y0,
double x1,
double y1,
double[] minDist,
double[] minRadii,
double[] radii,
RealFunction2DDouble distribution,
boolean multiLayer,
int pointsToGenerate)
Construct a new PoissonDisk object, with a given domain and minimum distance between points. |
|
PoissonDiskSampler(double x0,
double y0,
double x1,
double y1,
double minDist,
RealFunction2DDouble distribution)
Construct a new PoissonDisk object, with a given domain and minimum distance between points. |
|
PoissonDiskSampler(double x0,
double y0,
double x1,
double y1,
double minDist,
RealFunction2DDouble distribution,
int pointsToGenerate)
Construct a new PoissonDisk object, with a given domain and minimum distance between points. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |