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