public interface PICoRandomizer
Modifier and Type | Method and Description |
---|---|
Vector3D[] |
getRandomizedPDs(int i,
int j,
int k)
Randomizes the PDs in the voxel (i,j,k) and returns them.
|
double |
pdf(int i,
int j,
int k,
int pdIndex,
Vector3D v)
Evaluates the PDF for a vector at voxel (i,j,k).
|
Vector3D[] getRandomizedPDs(int i, int j, int k)
double pdf(int i, int j, int k, int pdIndex, Vector3D v)
v
- a unit vector.pdIndex
- the index of the PDF in the voxel.v
.