Class AccelerateFactorMotionMapper

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

. The AccelerateFactorMotionMapper class.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class AccelerateFactorMotionMapper : IAnimatorMotionMapper
Inheritance
object
AccelerateFactorMotionMapper
Implements

Properties

View Source

PowerFactor

The power factor of AccelerateFactorMotionMapper.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public double PowerFactor { 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
[Obsolete("This has been deprecated in API12")] public double Calculate(double position)
Parameters
Type Name Description
double position
Returns
Type Description
double

Implements