Q

QuaternionInterpolateNode

 

Introduced

7.0

UI Location

• Math > Basic

• Rotation

Description

Outputs the result of the quaternion interpolation between the first and the second input values given the specified blend value.

The blend value indicates how much the second input value should affect the first input value. For example, when the blend value is 0, the result equals the first input value; when the blend value is 1, the result equals the second input value; when the blend value is 0.5, the result equals the value between the first and the second input values.

The specified input clamp boolean value is used to clamp the result between the first and second input values when the blend value is less than 0 or greater than 1.

Port Description

Inputs

Group ID

Instances

Port Name

Connection Info

Description

0

1

first

Type: siICENodeDataQuaternion or siICENodeDataRotation

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The first value to be interpolated.

second

Type: siICENodeDataQuaternion or siICENodeDataRotation

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The second value to be interpolated.

blend

Type: siICENodeDataFloat

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The blend value to use.

clamp

Type: siICENodeDataBool

Structure: siICENodeStructureSingle

Context: siICENodeContextSingleton

Determines whether or not to clamp the resulting value of the interpolation.

Outputs

Port Name

Connection Info

Description

result

Type: siICENodeDataQuaternion or siICENodeDataRotation

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The result of the quaternion interpolation.

Restrictions

• These types must match: first, second, result

• These structures must match: first, second, blend, result

• These contexts must match: first, second, blend, result

See Also

AbsoluteValueNode

AddNode

BlendNode

ClampNode

DivideByScalarNode

ExponentNode

InvertNode

LinearInterpolateNode

LogarithmNode

ModuloNode

MultiplyNode

MultiplyByScalarNode

NegateNode

QuaternionNode

RescaleNode

RoundNode

SquareRootNode

SubtractNode

 

 



Autodesk Softimage v7.5