public class UniformScaleSimulation extends Simulation
| Modifier and Type | Field and Description |
|---|---|
protected static float |
maxScaleFactor |
protected static float |
minScaleFactor |
| Constructor and Description |
|---|
UniformScaleSimulation(int seed) |
| Modifier and Type | Method and Description |
|---|---|
MBFImage |
applySimulation(MBFImage input) |
randomFloatInRange, randomIntInRangeprotected static final float minScaleFactor
protected static final float maxScaleFactor
public UniformScaleSimulation(int seed)
public MBFImage applySimulation(MBFImage input)
applySimulation in class Simulation