Curve.ComputeTangents Method (CurveTangent, CurveTangent)
Computes all tangents for all CurveKeys in this Curve, using different tangent types for TangentOut and TangentIn.
Syntax
'Declaration
Public Sub ComputeTangents ( _
tangentInType As CurveTangent, _
tangentOutType As CurveTangent _
)
public void ComputeTangents (
CurveTangent tangentInType,
CurveTangent tangentOutType
)
public:
void ComputeTangents(
CurveTangent tangentInType,
CurveTangent tangentOutType
)
Parameters
- tangentInType
Type: CurveTangent
The type of TangentIn to compute (one of the types specified in the CurveTangent enumeration). - tangentOutType
Type: CurveTangent
The type of TangentOut to compute (one of the types specified in the CurveTangent enumeration).
Requirements
Namespace: Microsoft.Xna.Framework
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
Curve Class
Curve Members
Microsoft.Xna.Framework Namespace
Platforms
Windows Phone