Class DivisorInterpolatedMotionMapper

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

The DivisorInterpolatedMotionMapper class.

C#
Copy
public class DivisorInterpolatedMotionMapper : IAnimatorMotionMapper
Inheritance
object
DivisorInterpolatedMotionMapper
Implements

Properties

View Source

Divisor

The Divisor of DivisorInterpolatedMotionMapper.

Declaration
C#
Copy
public double Divisor { get; set; }
Property Value
Type Description
double
View Source

Power

The power of DivisorInterpolatedMotionMapper.

Declaration
C#
Copy
public double Power { get; set; }
Property Value
Type Description
double

Methods

View Source

Calculate(double)

Maps an input position from 0.0 to 1.0 along a timeline to a position in a different curve.

Declaration
C#
Copy
public double Calculate(double position)
Parameters
Type Name Description
double position
Returns
Type Description
double

Implements