![]() | Path3F Methods |
The Path3F type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add | Adds an object to the end of the CollectionT. (Inherited from CollectionPathKey3F.) |
![]() | Clear | Removes all elements from the CollectionT. (Inherited from CollectionPathKey3F.) |
![]() | ClearItems | Removes all elements from the CollectionT. (Inherited from CollectionPathKey3F.) |
![]() | Contains | Determines whether an element is in the CollectionT. (Inherited from CollectionPathKey3F.) |
![]() | CopyTo | Copies the entire CollectionT to a compatible one-dimensional Array, starting at the specified index of the target array. (Inherited from CollectionPathKey3F.) |
![]() | 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.
(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 |
Computes the approximated length of the curve for the parameter interval
[start, end].
(Overrides PiecewiseCurveTParam, TPoint, TCurveKeyGetLength(TParam, TParam, Int32, TParam).) |
![]() | GetParameterFromLength |
Gets the curve parameter for the given curve length (for length-parameterized splines).
|
![]() | 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 CollectionPathKey3F.) |
![]() | Insert | Inserts an element into the CollectionT at the specified index. (Inherited from CollectionPathKey3F.) |
![]() | 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.) |
![]() | ParameterizeByLength |
Parameterizes the path by its length.
|
![]() | 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 CollectionPathKey3F.) |
![]() | RemoveAt | Removes the element at the specified index of the CollectionT. (Inherited from CollectionPathKey3F.) |
![]() | RemoveItem | Removes the element at the specified index of the CollectionT. (Inherited from CollectionPathKey3F.) |
![]() | 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 CollectionPathKey3F.) |
![]() ![]() | IListContains | Determines whether the IList contains a specific value. (Inherited from CollectionPathKey3F.) |
![]() ![]() | ICollectionCopyTo | (Inherited from CollectionPathKey3F.) |
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from CollectionPathKey3F.) |
![]() ![]() | IListIndexOf | Determines the index of a specific item in the IList. (Inherited from CollectionPathKey3F.) |
![]() ![]() | IListInsert | Inserts an item into the IList at the specified index. (Inherited from CollectionPathKey3F.) |
![]() ![]() | IListRemove | Removes the first occurrence of a specific object from the IList. (Inherited from CollectionPathKey3F.) |