|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutils.Sampler
public class Sampler
Constructor Summary | |
---|---|
Sampler()
|
Method Summary | |
---|---|
void |
addCorners()
initialize the point list |
void |
addSamplePoints(int n)
add n more sample points with poisson disk distribution |
Point2D |
getPoint(int num)
|
int |
getSampleCounts()
|
void |
init()
initialize the point list |
void |
initForLight()
initialize the point list |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sampler()
Method Detail |
---|
public int getSampleCounts()
public Point2D getPoint(int num)
num
-
public void init()
public void initForLight()
public void addCorners()
public void addSamplePoints(int n)
n
- the number of samples to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |