Interface SamplingConfig
-
public interface SamplingConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
SamplingConfig.Factory
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SamplingConfig
of(double xzScale, double xzFactor, double yScale, double yFactor)
double
xzFactor()
double
xzScale()
double
yFactor()
double
yScale()
-
-
-
Method Detail
-
of
static SamplingConfig of(double xzScale, double xzFactor, double yScale, double yFactor)
-
xzScale
double xzScale()
-
xzFactor
double xzFactor()
-
yScale
double yScale()
-
yFactor
double yFactor()
-
-