MathHelper.CatmullRom Method
Performs a Catmull-Rom interpolation using the specified positions.
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public static float CatmullRom (
float value1,
float value2,
float value3,
float value4,
float amount
)
Parameters
- value1
The first position in the interpolation. - value2
The second position in the interpolation. - value3
The third position in the interpolation. - value4
The fourth position in the interpolation. - amount
Weighting factor.
Return Value
A position that is the result of the Catmull-Rom interpolation.
See Also
Reference
MathHelper Class
MathHelper Members
Microsoft.Xna.Framework Namespace
Platforms
Xbox 360, Windows XP SP2, Windows Vista