Click or drag to resize
DigitalRunePath3FAnimation Constructor (Path3F)
Initializes a new instance of the Path3FAnimation class with the given path.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public Path3FAnimation(
	Path3F path
)

Parameters

path
Type: DigitalRune.Mathematics.InterpolationPath3F
The 3D path.
See Also