Share via


Vector3.CatmullRom Method (Vector3, Vector3, Vector3, Vector3, Single, Vector3)

Performs a Catmull-Rom interpolation using the specified positions.

Syntax

'Declaration
Public Shared Sub CatmullRom ( _
         ref value1 As Vector3, _
         ref value2 As Vector3, _
         ref value3 As Vector3, _
         ref value4 As Vector3, _
         amount As Single, _
         out result As Vector3 _
)
public static void CatmullRom (
         ref Vector3 value1,
         ref Vector3 value2,
         ref Vector3 value3,
         ref Vector3 value4,
         float amount,
         out Vector3 result
)
public:
static void CatmullRom(
         ref Vector3 value1,
         ref Vector3 value2,
         ref Vector3 value3,
         ref Vector3 value4,
         float amount,
         out Vector3 result
)

Parameters

  • value1
    Type: Vector3
    The first position in the interpolation.
  • value2
    Type: Vector3
    The second position in the interpolation.
  • value3
    Type: Vector3
    The third position in the interpolation.
  • value4
    Type: Vector3
    The fourth position in the interpolation.
  • amount
    Type: Single
    Weighting factor.
  • result
    Type: Vector3
    [OutAttribute] A vector 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

Vector3 Structure
Vector3 Members
Microsoft.Xna.Framework Namespace

Platforms

Windows Phone