Click or drag to resize
DigitalRuneCurve2FAnimationGetValueFromPoint Method
Gets the animation value from a given point on the curve.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
protected override float GetValueFromPoint(
	Vector2F point
)

Parameters

point
Type: DigitalRune.Mathematics.AlgebraVector2F
The point on the curve.

Return Value

Type: Single
The animation value.
See Also