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