Curve.ComputeTangents Method (CurveTangent)
Computes all tangents for all CurveKeys in this Curve, using a specified tangent type for both TangentIn and TangentOut.
Syntax
'Declaration
Public Sub ComputeTangents ( _
tangentType As CurveTangent _
)
public void ComputeTangents (
CurveTangent tangentType
)
public:
void ComputeTangents(
CurveTangent tangentType
)
Parameters
- tangentType
Type: CurveTangent
The type of TangentOut and TangentIn 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