Interface | Description |
---|---|
NativeInterpolatorFactory |
Class | Description |
---|---|
FallbackLUTInterpolator |
Interpolator that builds a lookup table to use.
|
NativeInterpolatorFactoryHelper |
Static utility class for constructing native interpolators to keep the
JNI simpler
|
Annotation Type | Description |
---|---|
HasNativeInterpolator |
This is a class annotation that signals that it is safe to create
a native interpolator counterpart via
NativeInterpolatorFactory
The idea here is to prevent subclasses of interpolators from being treated as a
NativeInterpolatorFactory, and instead have them fall back to the LUT & LERP
method like a custom interpolator. |