Search Results for

    Show / Hide Table of Contents

    Class AnimationCurveEvaluatorQuaternion

    Evaluates the values of a curve.

    Inheritance
    object
    AnimationCurveEvaluator
    AnimationCurveEvaluator<Quaternion>
    AnimationCurveEvaluatorQuaternion
    Inherited Members
    AnimationCurveEvaluator<Quaternion>.EvaluatedType
    Namespace: Evergine.Framework.Animation
    Assembly: Evergine.Framework.dll
    Syntax
    public class AnimationCurveEvaluatorQuaternion : AnimationCurveEvaluator<Quaternion>

    Methods

    Add(ref Quaternion, ref Quaternion, ref Quaternion)

    Lerps the specified value.

    Declaration
    public override void Add(ref Quaternion value1, ref Quaternion value2, ref Quaternion result)
    Parameters
    Type Name Description
    Quaternion value1
    Quaternion value2
    Quaternion result

    The result.

    Overrides
    AnimationCurveEvaluator<Quaternion>.Add(ref Quaternion, ref Quaternion, ref Quaternion)

    Add(ref Quaternion, ref Quaternion, float, ref Quaternion)

    Lerps the specified value.

    Declaration
    public override void Add(ref Quaternion value1, ref Quaternion value2, float amount, ref Quaternion result)
    Parameters
    Type Name Description
    Quaternion value1
    Quaternion value2
    float amount

    The interpolation amount.

    Quaternion result

    The result.

    Overrides
    AnimationCurveEvaluator<Quaternion>.Add(ref Quaternion, ref Quaternion, float, ref Quaternion)

    Add(ref object, ref object, ref object)

    Performs addition of two values.

    Declaration
    public override void Add(ref object a, ref object b, ref object r)
    Parameters
    Type Name Description
    object a

    The first value.

    object b

    The second value.

    object r
    Overrides
    AnimationCurveEvaluator.Add(ref object, ref object, ref object)

    Add(ref object, ref object, float, ref object)

    Adds the second value, multiplied by a specified amount, to the first value.

    Declaration
    public override void Add(ref object a, ref object b, float amount, ref object r)
    Parameters
    Type Name Description
    object a

    The first value.

    object b

    The second value.

    float amount

    The interpolation amount.

    object r
    Overrides
    AnimationCurveEvaluator.Add(ref object, ref object, float, ref object)

    InverseValue(Quaternion)

    Insert a value.

    Declaration
    public override Quaternion InverseValue(Quaternion value)
    Parameters
    Type Name Description
    Quaternion value

    The value.

    Returns
    Type Description
    Quaternion

    The inserted value.

    Overrides
    AnimationCurveEvaluator<Quaternion>.InverseValue(Quaternion)

    InverseValue(object)

    Insert a value.

    Declaration
    public override object InverseValue(object value)
    Parameters
    Type Name Description
    object value

    The value.

    Returns
    Type Description
    object

    The inserted value.

    Overrides
    AnimationCurveEvaluator.InverseValue(object)

    Lerp(ref Quaternion, ref Quaternion, float, ref Quaternion)

    Lerps the specified value.

    Declaration
    public override void Lerp(ref Quaternion quaternion1, ref Quaternion quaternion2, float amount, ref Quaternion result)
    Parameters
    Type Name Description
    Quaternion quaternion1
    Quaternion quaternion2
    float amount

    The interpolation amount.

    Quaternion result

    The interpolation result.

    Overrides
    AnimationCurveEvaluator<Quaternion>.Lerp(ref Quaternion, ref Quaternion, float, ref Quaternion)

    Lerp(ref object, ref object, float, ref object)

    Lerps between the specified values.

    Declaration
    public override void Lerp(ref object a, ref object b, float amount, ref object r)
    Parameters
    Type Name Description
    object a

    The first value.

    object b

    The second value.

    float amount

    The interpolation amount.

    object r
    Overrides
    AnimationCurveEvaluator.Lerp(ref object, ref object, float, ref object)

    ReadValue(BinaryReader, out Quaternion)

    Reads the value.

    Declaration
    public override void ReadValue(BinaryReader reader, out Quaternion value)
    Parameters
    Type Name Description
    BinaryReader reader

    The binary reader.

    Quaternion value

    The read value.

    Overrides
    AnimationCurveEvaluator<Quaternion>.ReadValue(BinaryReader, out Quaternion)

    WriteValue(ref Quaternion, BinaryWriter)

    Reads the value.

    Declaration
    public override void WriteValue(ref Quaternion value, BinaryWriter writer)
    Parameters
    Type Name Description
    Quaternion value

    The value.

    BinaryWriter writer

    The writer.

    Overrides
    AnimationCurveEvaluator<Quaternion>.WriteValue(ref Quaternion, BinaryWriter)

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX