public class Difference extends Object implements Cost
Constructor and Description |
---|
Difference(double min,
double max) |
Modifier and Type | Method and Description |
---|---|
double |
costMovingTo(double valueAtNewPoint) |
double |
minStepCost() |
public double costMovingTo(double valueAtNewPoint)
costMovingTo
in interface Cost
public double minStepCost()
minStepCost
in interface Cost
Copyright © 2015–2021 Fiji. All rights reserved.