| Pivot | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class PivotToLastThenToFirst : IShiftOrder, IImmutable, IEquatable<PivotToLastThenToFirst>
The PivotToLastThenToFirst type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PivotToLastThenToFirst | Initializes a new instance of the PivotToLastThenToFirst class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsPivotIndexRequired | Gets a value indicating whether this instance requires a pivot index to be set. | 
|  | PivotIndex | Gets /sets the pivot index. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetShiftOrderIndices | Gets the indices of the curves in the order in which they should be shifted. Attention: the first returned index is the index of the curve that is fixed! | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | WithPivotIndex | Returns a new instance of the same class with the pivot index set. If no pivot index is required (check by IsPivotIndexRequired), the same instance is returned./> | 
 See Also
See Also