public class SlopeCosts extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
flattened |
double |
lengthMultiplier |
double |
maxSlope |
double |
slopeSafetyCost |
double |
slopeSpeedFactor |
double |
slopeWorkFactor |
Constructor and Description |
---|
SlopeCosts(double slopeSpeedFactor,
double slopeWorkFactor,
double slopeSafetyCost,
double maxSlope,
double lengthMultiplier,
boolean flattened) |
public final boolean flattened
public final double slopeSpeedFactor
public final double slopeWorkFactor
public final double maxSlope
public final double slopeSafetyCost
public final double lengthMultiplier
Copyright © 2018. All rights reserved.