Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ComputeTangent() [2/2]

void Microsoft.Xna.Framework.Curve.ComputeTangent ( int keyIndex,
CurveTangent tangentType )
inline

Definition at line 53 of file Curve.cs.

54 {
55 ComputeTangent(keyIndex, tangentType, tangentType);
56 }
void ComputeTangent(int keyIndex, CurveTangent tangentType)
Definition Curve.cs:53

References Microsoft.Xna.Framework.Curve.ComputeTangent().

Referenced by Microsoft.Xna.Framework.Curve.ComputeTangent(), and Microsoft.Xna.Framework.Curve.ComputeTangents().