Description
Linearly interpolates between A and B using the ratio T Performs a spherical interpolation of the quaternions A and B based on the blend value T.
Information
| Plugin | RigVM |
| Category | Math |
| Tags | Interpolate,Lerp,Mix,Blend,Slerp,SphericalInterpolate |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first color to interpolate from | float double Quat Transform Vector Linear Color |
(R=0.000000,G=0.000000,B=0.000000,A=1.000000) |
| B | The second color to interpolate to | float double Quat Transform Vector Linear Color |
(R=1.000000,G=1.000000,B=1.000000,A=1.000000) |
| T | The blend value for the interpolation | float double |
0.000000 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting interpolated color | float double Quat Transform Vector Linear Color |