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