Function converts animation time to the virtual animation time by raising to the power of Power.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public double Function(
	double x
)

Parameters

x
Type: System..::.Double
Animation run time.

Return Value

Returns virtual animation time.

Implements

IXAnimationTimeMapFunction..::.Function(Double)

Remarks

We can easily achieve the effect of non-linear animation timing to slow down or speed up parts of the animation.

See Also