Click or drag to resize
DigitalRunePiecewiseCurveTParam, TPoint, TCurveKey Methods

The PiecewiseCurveTParam, TPoint, TCurveKey generic type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from CollectionTCurveKey.)
Public methodClear (Inherited from CollectionTCurveKey.)
Protected methodClearItems (Inherited from CollectionTCurveKey.)
Public methodContains (Inherited from CollectionTCurveKey.)
Public methodCopyTo (Inherited from CollectionTCurveKey.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlatten
Computes the points of a sequence of line segments which approximate the curve.
Public methodGetEnumerator
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetKeyIndex
Gets the index of the curve key before or at the given parameter value.
Public methodGetLength
Computes the approximated length of the curve for the parameter interval [start, end].
Public methodGetPoint
Computes a point on the curve.
Public methodGetTangent
Computes the tangent for a point on the curve.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from CollectionTCurveKey.)
Public methodInsert (Inherited from CollectionTCurveKey.)
Protected methodInsertItem (Overrides CollectionTInsertItem(Int32, T).)
Public methodIsInMirroredOscillation
Determines whether the given parameter corresponds to a mirrored oscillation loop.
Public methodLoopParameter
Handles pre- and post-looping by changing the given parameter so that it lies on the curve.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodReadXml
Generates an object from its XML representation.
Public methodRemove (Inherited from CollectionTCurveKey.)
Public methodRemoveAt (Inherited from CollectionTCurveKey.)
Protected methodRemoveItem (Inherited from CollectionTCurveKey.)
Protected methodSetItem
Replaces the element at the specified index.
(Overrides CollectionTSetItem(Int32, T).)
Public methodSort
Sorts the curve keys in the collection by their parameter (see Parameter).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodWriteXml
Converts an object into its XML representation.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
(Inherited from CollectionTCurveKey.)
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
(Inherited from CollectionTCurveKey.)
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
(Inherited from CollectionTCurveKey.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from CollectionTCurveKey.)
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
(Inherited from CollectionTCurveKey.)
Explicit interface implementationPrivate methodIListInsert
Inserts an item into the IList at the specified index.
(Inherited from CollectionTCurveKey.)
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
(Inherited from CollectionTCurveKey.)
Top
See Also