Curve.Evaluate Method
Finds the value at a position on the Curve.
Syntax
'Declaration
Public Function Evaluate ( _
position As Single _
) As Single
public float Evaluate (
float position
)
public:
float Evaluate(
float position
)
Parameters
Return Value
Type: Single
Value at the position on the Curve.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Curve Class
Curve Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone