Curve2F Methods |
The Curve2F type exposes the following members.
Name | Description | |
---|---|---|
Add | Adds an object to the end of the CollectionT. (Inherited from CollectionCurveKey2F.) | |
Clear | Removes all elements from the CollectionT. (Inherited from CollectionCurveKey2F.) | |
ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionCurveKey2F.) | |
Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionCurveKey2F.) | |
CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionCurveKey2F.) | |
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 |
Not supported.
(Overrides PiecewiseCurveTParam, TPoint, TCurveKeyFlatten(ICollectionTPoint, Int32, TParam).) | |
GetEnumerator |
Returns an enumerator that iterates through the curve keys of the
PiecewiseCurveFTPoint, TCurveKey.
(Inherited from PiecewiseCurveTParam, TPoint, 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.
(Inherited from PiecewiseCurveFTPoint, TCurveKey.) | |
GetLength |
Not supported.
(Overrides PiecewiseCurveTParam, TPoint, TCurveKeyGetLength(TParam, TParam, Int32, TParam).) | |
GetPoint |
Computes a point on the curve.
(Overrides PiecewiseCurveTParam, TPoint, TCurveKeyGetPoint(TParam).) | |
GetTangent |
Computes the tangent for a point on the curve.
(Overrides PiecewiseCurveTParam, TPoint, TCurveKeyGetTangent(TParam).) | |
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 CollectionCurveKey2F.) | |
Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionCurveKey2F.) | |
InsertItem |
Inserts an element into the CollectionT at the specified index.
(Inherited from PiecewiseCurveTParam, TPoint, TCurveKey.) | |
IsInMirroredOscillation |
Determines whether the given parameter corresponds to a mirrored oscillation loop.
(Inherited from PiecewiseCurveFTPoint, TCurveKey.) | |
LoopParameter |
Handles pre- and post-looping by changing the given parameter so that it lies on the curve.
(Inherited from PiecewiseCurveFTPoint, TCurveKey.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadXml |
Generates an object from its XML representation.
(Inherited from PiecewiseCurveTParam, TPoint, TCurveKey.) | |
Remove | Removes the first occurrence of a specific object from the CollectionT. (Inherited from CollectionCurveKey2F.) | |
RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionCurveKey2F.) | |
RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionCurveKey2F.) | |
SetItem |
Replaces the element at the specified index.
(Inherited from PiecewiseCurveTParam, TPoint, TCurveKey.) | |
Sort |
Sorts the curve keys in the collection by their parameter (see
Parameter).
(Inherited from PiecewiseCurveTParam, TPoint, TCurveKey.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteXml |
Converts an object into its XML representation.
(Inherited from PiecewiseCurveTParam, TPoint, TCurveKey.) |
Name | Description | |
---|---|---|
IXmlSerializableGetSchema |
This method is reserved and should not be used. When implementing the
IXmlSerializable interface, you should return from this
method, and instead, if specifying a custom schema is required, apply the
XmlSchemaProviderAttribute to the class.
| |
IXmlSerializableReadXml |
Generates an object from its XML representation.
| |
IXmlSerializableWriteXml |
Converts an object into its XML representation.
| |
IListAdd | Adds an item to the IList. (Inherited from CollectionCurveKey2F.) | |
IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionCurveKey2F.) | |
ICollectionCopyTo | (Inherited from CollectionCurveKey2F.) | |
IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionCurveKey2F.) | |
IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionCurveKey2F.) | |
IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionCurveKey2F.) | |
IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionCurveKey2F.) |