Houdini 20.5 Nodes APEX nodes

NLerp<T>

Performs linear interpolation between two vectors and normalizes the result.

On this page
Since 20.0

Performs linear interpolation between two vectors and normalizes the result.

Inputs

a: Vector4

The first input value.

b: 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: Vector4

The normalized result of the linear interpolation.

See also

APEX nodes