net.sourceforge.jiu.geometry
Class HermiteFilter
public class HermiteFilter
A Hermite resampling filter.
float | apply(float value)- Returns the weight of the sample at the distance given
by the argument value.
|
String | getName()- Return the name of this filter.
|
float | getRecommendedSamplingRadius()- Returns a recommendation for the sampling radius to
be used with this filter.
|
apply
public float apply(float value)
Returns the weight of the sample at the distance given
by the argument value.
- apply in interface ResampleFilter
getName
public String getName()
Return the name of this filter.
Should avoid natural language words if possible.
- getName in interface ResampleFilter
getRecommendedSamplingRadius
public float getRecommendedSamplingRadius()
Returns a recommendation for the sampling radius to
be used with this filter.
This recommendation value will be the default value
for the sampling radius of objects of this class.
You can modify it with a call to
ResampleFilter.setSamplingRadius(float).
- getRecommendedSamplingRadius in interface ResampleFilter
- the recommended sampling radius to be used with this filter