Modifier and Type | Field and Description |
---|---|
static double |
CONST_8 |
static double |
MIN_COST_PER_UNIT_DISTANCE |
static double |
RECIPROCAL_FUDGE |
Constructor and Description |
---|
Reciprocal(double min,
double max) |
Modifier and Type | Method and Description |
---|---|
double |
costMovingTo(double valueAtNewPoint) |
double |
minStepCost() |
public static final double RECIPROCAL_FUDGE
public static final double CONST_8
public static final double MIN_COST_PER_UNIT_DISTANCE
public double costMovingTo(double valueAtNewPoint)
costMovingTo
in interface Cost
public double minStepCost()
minStepCost
in interface Cost
Copyright © 2015–2021 Fiji. All rights reserved.