Core Function Hermite

From Sputnik Wiki
Jump to: navigation, search
Hermite( <value1>, <tangent1>, <value2>, <tangent2>, <amount> )

Contents

Description

Performs a Hermite spline interpolation.

Parameters

value1

Source position.

tangent1

Source tangent

value2

Second position.

tangent2

Second tangent.

amount

Weighting factor.

Return Value

The result of the Hermite spline interpolation.

Remarks

None.

Example

say Hermite(10, 20, 30, 10, 20); // -75590
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox