MathHelper.CatmullRom Method
Performs a Catmull-Rom interpolation using the specified positions.
Syntax
'Declaration
Public Shared Function CatmullRom ( _
value1 As Single, _
value2 As Single, _
value3 As Single, _
value4 As Single, _
amount As Single _
) As Single
public static float CatmullRom (
float value1,
float value2,
float value3,
float value4,
float amount
)
public:
static float CatmullRom(
float value1,
float value2,
float value3,
float value4,
float amount
)
Parameters
- value1
Type: Single
The first position in the interpolation. - value2
Type: Single
The second position in the interpolation. - value3
Type: Single
The third position in the interpolation. - value4
Type: Single
The fourth position in the interpolation. - amount
Type: Single
Weighting factor.
Return Value
Type: Single
A position that is the result of the Catmull-Rom interpolation.
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
MathHelper Class
MathHelper Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone