Animates a Vector3F value by applying an animation to each component of the vector.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public class Vector3FAnimation : Animation<Vector3F>
Visual Basic
Public Class Vector3FAnimation _
	Inherits Animation(Of Vector3F)
Visual C++
public ref class Vector3FAnimation : public Animation<Vector3F>

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..Animation<(Of <(<'Vector3F>)>)>
    DigitalRune.Animation..::..Vector3FAnimation

See Also