public abstract static class AbstractTransformMapping.Interpolator extends Object
Constructor and Description |
---|
Interpolator() |
Modifier and Type | Method and Description |
---|---|
protected static double |
interpolate(double a,
double b,
double da) |
protected static float |
interpolate(float a,
float b,
float da) |
abstract int |
interpolate(int a,
int b,
double da) |
Copyright © 2015–2021 Fiji. All rights reserved.