| Path2FAnimation Constructor (Path2F) |
Initializes a new instance of the
Path2FAnimation 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 Path2FAnimation(
Path2F path
)
Public Sub New (
path As Path2F
)
public:
Path2FAnimation(
Path2F^ path
)
new :
path : Path2F -> Path2FAnimation
Parameters
- path
- Type: DigitalRune.Mathematics.InterpolationPath2F
The 2D path.
See Also