Ease<T> constructor
Ease<T> (
- T _value
Constructor for creating a new instance of Ease with an initial value.
Implementation
Ease(this._value);
Constructor for creating a new instance of Ease with an initial value.
Ease(this._value);