Click or drag to resize
DigitalRuneCurve2FAnimation Constructor (Curve2F)
Initializes a new instance of the Curve2FAnimation class with the given curve.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Curve2FAnimation(
	Curve2F curve
)

Parameters

curve
Type: DigitalRune.Mathematics.InterpolationCurve2F
The curve.
See Also