|
VectSharp 2.6.1
A light library for C# vector graphics
|
Describes a linear easing (i.e., no easing). More...

Public Member Functions | |||
| LinearEasing () | |||
| Creates a new LinearEasing. More... | |||
| double | Ease (double value) | ||
Applies the easing to the specified transition offset.
| |||
| double | Ease (double value) | ||
| Applies the easing to the specified transition offset. More... | |||
Describes a linear easing (i.e., no easing).
Definition at line 1353 of file Animation.cs.
| VectSharp.LinearEasing.LinearEasing | ( | ) |
Creates a new LinearEasing.
Definition at line 1358 of file Animation.cs.
| double VectSharp.LinearEasing.Ease | ( | double | value | ) |
Applies the easing to the specified transition offset.
| value | The transition offset (ranging from 0 to 1). |
Implements VectSharp.IEasing.