| Curve2FAnimationGetValueFromPoint Method |
Gets the animation value from a given point on the curve.
Namespace: DigitalRune.AnimationAssembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax protected override float GetValueFromPoint(
Vector2F point
)
Protected Overrides Function GetValueFromPoint (
point As Vector2F
) As Single
protected:
virtual float GetValueFromPoint(
Vector2F point
) override
abstract GetValueFromPoint :
point : Vector2F -> float32
override GetValueFromPoint :
point : Vector2F -> float32
Parameters
- point
- Type: DigitalRune.Mathematics.AlgebraVector2F
The point on the curve.
Return Value
Type:
SingleThe animation value.
See Also