- All Implemented Interfaces:
- Mapping<Integer>
public class IntMapping
extends Object
implements Mapping<Integer>
Map a value from [0.0, 1.0] to [lo, hi] (range is inclusive).
Note: Given this behavior, this class should *not* be used for getting an array index.
- Author:
- corajr