PiecewiseCurveTParam, TPoint, TCurveKey Methods |
The PiecewiseCurveTParam, TPoint, TCurveKey generic type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds an object to the end of the CollectionT. (Inherited from CollectionTCurveKey.) | |
Clear | Removes all elements from the CollectionT. (Inherited from CollectionTCurveKey.) | |
ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionTCurveKey.) | |
Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionTCurveKey.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionTCurveKey.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Flatten |
Computes the points of a sequence of line segments which approximate the curve.
| |
GetEnumerator |
Returns an enumerator that iterates through the curve keys of the
PiecewiseCurveFTPoint, TCurveKey.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetKeyIndex |
Gets the index of the curve key before or at the given parameter value.
| |
GetLength |
Computes the approximated length of the curve for the parameter interval
[start, end].
| |
GetPoint |
Computes a point on the curve.
| |
GetTangent |
Computes the tangent for a point on the curve.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire CollectionT. (Inherited from CollectionTCurveKey.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionTCurveKey.) | |
InsertItem |
Inserts an element into the CollectionT at the specified index.
(Overrides CollectionTInsertItem(Int32, T).) | |
IsInMirroredOscillation |
Determines whether the given parameter corresponds to a mirrored oscillation loop.
| |
LoopParameter |
Handles pre- and post-looping by changing the given parameter so that it lies on the curve.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadXml |
Generates an object from its XML representation.
| |
Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionTCurveKey.) | |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionTCurveKey.) | |
RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionTCurveKey.) | |
SetItem |
Replaces the element at the specified index.
(Overrides CollectionTSetItem(Int32, T).) | |
Sort |
Sorts the curve keys in the collection by their parameter (see
Parameter).
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteXml |
Converts an object into its XML representation.
|
Name | Description | |
---|---|---|
IListAdd | Adds an item to the IList. (Inherited from CollectionTCurveKey.) | |
IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionTCurveKey.) | |
ICollectionCopyTo | (Inherited from CollectionTCurveKey.) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionTCurveKey.) | |
IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionTCurveKey.) | |
IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionTCurveKey.) | |
IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionTCurveKey.) |