T - public class WeightedLinearInterpolator<T extends Interf_LinearInterpolate<T> & Interf_Distance<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<glutil.interpolator.WeightedLinearInterpolator.Data> |
values |
| Constructor and Description |
|---|
WeightedLinearInterpolator() |
| Modifier and Type | Method and Description |
|---|---|
protected float |
Distance(int a,
int b) |
T |
interpolate(float alpha) |
protected T |
LinearInterpolate(int a,
int b,
float sectionAlpha) |
protected List<glutil.interpolator.WeightedLinearInterpolator.Data> values
Copyright © 2016 Java Graphics Society. All rights reserved.