public class Interpolate extends Object implements LongUnaryOperator
| Constructor and Description |
|---|
Interpolate(double... value) |
Interpolate(int resolution,
double[] lut) |
Interpolate(long... value) |
| Modifier and Type | Method and Description |
|---|---|
long |
applyAsLong(long input) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic Interpolate(double... value)
public Interpolate(long... value)
public Interpolate(int resolution,
double[] lut)
public long applyAsLong(long input)
applyAsLong in interface LongUnaryOperatorCopyright © 2018. All rights reserved.