InterpolateInt
method in Coherence.Interpolation.Interpolator
Methods
public virtual int InterpolateInt(int value0, int value1, int value2, int value3, float t)
Parameters
Type | Name | Description |
---|---|---|
int | value0 | |
int | value1 | |
int | value2 | |
int | value3 | |
float | t |
Returns
Type | Description |
---|---|
int |
public virtual int InterpolateInt(int value1, int value2, float t)
Parameters
Type | Name | Description |
---|---|---|
int | value1 | |
int | value2 | |
float | t |
Returns
Type | Description |
---|---|
int |