public class FixedLengthStepGenerator extends java.lang.Object implements StepGenerator
Constructor and Description |
---|
FixedLengthStepGenerator(SimulationParams simParams)
constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
getBorder()
tells the width of the cloning border.
|
double[] |
getStep(Walker walker)
generates a step of fixed length and uniformly distributed
orientation in D<4 dimensions
|
StepGeneratorFactory.StepType |
getType()
get the step generator type
|
static void |
main(java.lang.String[] args) |
public FixedLengthStepGenerator(SimulationParams simParams)
public double[] getStep(Walker walker)
getStep
in interface StepGenerator
public final double getBorder()
getBorder
in interface StepGenerator
public final StepGeneratorFactory.StepType getType()
StepGenerator
getType
in interface StepGenerator
public static void main(java.lang.String[] args)