Share via


Vector4.CatmullRom Method (Vector4, Vector4, Vector4, Vector4, Single, Vector4)

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 void CatmullRom (
         ref Vector4 value1,
         ref Vector4 value2,
         ref Vector4 value3,
         ref Vector4 value4,
         float amount,
         out Vector4 result
)

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.
  • result
    [OutAttribute] A vector that is the result of the Catmull-Rom interpolation.

See Also

Reference

Vector4 Structure
Vector4 Members
Microsoft.Xna.Framework Namespace

Platforms

Xbox 360, Windows XP SP2, Windows Vista