Houdini 20.0 Nodes APEX Nodes

transform::Slerp<T>

Performs spherical linear interpolation.

On this page
Since 20.0

Performs spherical linear interpolation.

Inputs

a: Matrix3, Matrix4, Vector4

The first input value.

b: Matrix3, Matrix4, Vector4

The second input value.

bias: Float

Bias values between 0 and 1 produce a result that blends between the first and second input values. Bias values outside of this range are extrapolated linearly.

Outputs

result: Matrix3, Matrix4, Vector4

The result of the spherical linear interpolation.

See also

APEX Nodes