|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectza.co.luma.math.sampling.UniformRandomSampler
public class UniformRandomSampler
Constructor Summary | |
---|---|
UniformRandomSampler(double x0,
double y0,
double x1,
double y1,
int count)
|
Method Summary | |
---|---|
java.util.List<Vector2DDouble> |
sample()
This method samples the structure, and returns a list of results. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UniformRandomSampler(double x0, double y0, double x1, double y1, int count)
Method Detail |
---|
public java.util.List<Vector2DDouble> sample()
Sampler
sample
in interface Sampler<Vector2DDouble>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |