Class SinusoidalFactorMotionMapper

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The SinusoidalFactorMotionMapper class.

    public class SinusoidalFactorMotionMapper : IAnimatorMotionMapper
    Inheritance
    object
    SinusoidalFactorMotionMapper
    Implements
    IAnimatorMotionMapper

    Properties

    View Source

    PowerFactor

    The power factor of SinusoidalFactorMotionMapper.

    Declaration
    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
    public double Calculate(double position)
    Parameters
    Type Name Description
    double position
    Returns
    Type Description
    double

    Implements

    IAnimatorMotionMapper

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX