Curve.ComputeTangent Method (Microsoft.Xna.Framework)

Computes tangent for the specific key in the collection.

Namespace: Microsoft.Xna.Framework
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public void ComputeTangent(
	int keyIndex, 
	CurveTangent tangentInType, 
	CurveTangent tangentOutType
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

keyIndex
Type: System.Int32
The index of key in the collection.
tangentInType
Type: Microsoft.Xna.Framework.CurveTangent
The tangent in-type. TangentIn for more details.
tangentOutType
Type: Microsoft.Xna.Framework.CurveTangent
The tangent out-type. TangentOut for more details.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web