Last |
public class LastToFirst : IShiftOrder, IImmutable, IEquatable<LastToFirst>
The LastToFirst type exposes the following members.
Name | Description | |
---|---|---|
LastToFirst | Initializes a new instance of the LastToFirst class |
Name | Description | |
---|---|---|
IsPivotIndexRequired | Gets a value indicating whether this instance requires a pivot index to be set. | |
PivotIndex | Gets /sets the pivot index. |
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./> |