Share via


Curve Members

The following tables list the members exposed by the Curve type.

Public Constructors

Name Description
Public Method Curve Initializes a new instance of Curve.

Public Properties

Name Description
Public Property IsConstant Gets a value indicating whether the curve is constant.
Public Property Keys The points that make up the curve.
Public Property PostLoop Specifies how to handle weighting values that are greater than the last control point in the curve.
Public Property PreLoop Specifies how to handle weighting values that are less than the first control point in the curve.

Public Methods

Name Description
Public Method Clone Creates a copy of the Curve.
Public Method ComputeTangent Overloaded. Computes the tangents for a specified CurveKey in this Curve.
Public Method ComputeTangents Overloaded. Computes all tangents for all CurveKeys in the Curve.
Public Method Equals (Inherited from Object.)
Public Method Evaluate Finds the value at a position on the Curve.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Curve Class
Microsoft.Xna.Framework Namespace