| Path3FAnimation Constructor (Path3F) |
Initializes a new instance of the
Path3FAnimation class with the given path.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax public Path3FAnimation(
Path3F path
)
Public Sub New (
path As Path3F
)
public:
Path3FAnimation(
Path3F^ path
)
new :
path : Path3F -> Path3FAnimation
Parameters
- path
- Type: DigitalRune.Mathematics.InterpolationPath3F
The 3D path.
See Also