Class Easing
Inheritance
System.Object
Easing
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Mapsui.dll
Syntax
Constructors
|
Improve this Doc
View Source
Easing(Func<Double, Double>)
Declaration
public Easing(Func<double, double> easingFunc)
Parameters
Type |
Name |
Description |
System.Func<System.Double, System.Double> |
easingFunc |
|
Fields
|
Improve this Doc
View Source
BounceIn
Declaration
public static readonly Easing BounceIn
Field Value
|
Improve this Doc
View Source
BounceOut
Declaration
public static readonly Easing BounceOut
Field Value
|
Improve this Doc
View Source
CubicIn
Declaration
public static readonly Easing CubicIn
Field Value
|
Improve this Doc
View Source
CubicInOut
Declaration
public static readonly Easing CubicInOut
Field Value
|
Improve this Doc
View Source
CubicOut
Declaration
public static readonly Easing CubicOut
Field Value
|
Improve this Doc
View Source
Linear
Declaration
public static readonly Easing Linear
Field Value
|
Improve this Doc
View Source
SinIn
Declaration
public static readonly Easing SinIn
Field Value
|
Improve this Doc
View Source
SinInOut
Declaration
public static readonly Easing SinInOut
Field Value
|
Improve this Doc
View Source
SinOut
Declaration
public static readonly Easing SinOut
Field Value
|
Improve this Doc
View Source
SpringIn
Declaration
public static readonly Easing SpringIn
Field Value
|
Improve this Doc
View Source
SpringOut
Declaration
public static readonly Easing SpringOut
Field Value
Methods
|
Improve this Doc
View Source
Ease(Double)
Declaration
public double Ease(double v)
Parameters
Type |
Name |
Description |
System.Double |
v |
|
Returns
Type |
Description |
System.Double |
|
Operators
|
Improve this Doc
View Source
Implicit(Func<Double, Double> to Easing)
Declaration
public static implicit operator Easing(Func<double, double> func)
Parameters
Type |
Name |
Description |
System.Func<System.Double, System.Double> |
func |
|
Returns