Curve Members
The following tables list the members exposed by the Curve type.
Public Constructors
Name | Description | |
---|---|---|
Curve | Initializes a new instance of Curve. |
Public Properties
Name | Description | |
---|---|---|
IsConstant | Gets a value indicating whether the curve is constant. | |
Keys | The points that make up the curve. | |
PostLoop | Specifies how to handle weighting values that are greater than the last control point in the curve. | |
PreLoop | Specifies how to handle weighting values that are less than the first control point in the curve. |
Public Methods
Name | Description | |
---|---|---|
Clone | Creates a copy of the Curve. | |
ComputeTangent | Overloaded. Computes the tangents for a specified CurveKey in this Curve. | |
ComputeTangents | Overloaded. Computes all tangents for all CurveKeys in the Curve. | |
Equals | (Inherited from Object.) | |
Evaluate | Finds the value at a position on the Curve. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |