public abstract class TessellationUtil
extends java.lang.Object
Constructor and Description |
---|
TessellationUtil() |
Modifier and Type | Method and Description |
---|---|
static double |
getSamplingU(AbstractSurface shape,
double subSamplingFactor)
Method to estimate a good sampling factor given the voxel size and the size of the volume that is used for discretization.
|
static double |
getSamplingV(AbstractSurface shape,
double subSamplingFactor)
Method to estimate a good sampling factor given the voxel size and the size of the volume that is used for discretization.
|
public static double getSamplingU(AbstractSurface shape, double subSamplingFactor)
shape
- the shape to tessellatesubSamplingFactor
- the subsampling factorpublic static double getSamplingV(AbstractSurface shape, double subSamplingFactor)
shape
- the shape to tessellatesubSamplingFactor
- the subsampling factor