logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Struct AimPose

    Resolved per-bone aim pitch/yaw offsets (degrees) for a single Solve(double, double, double, double, double, double, double, double, double, double, double, double) sample. The same upper-arm pair values apply to both the left and right upper arm bones (not mirrored).

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Serenity.ProceduralAnimator.Domain.Services
    Assembly: Serenity.ProceduralAnimator.Domain.dll
    Syntax
    public readonly struct AimPose

    Constructors

    AimPose(double, double, double, double, double, double, double, double)

    Declaration
    public AimPose(double chestPitchDegrees, double chestYawDegrees, double neckPitchDegrees, double neckYawDegrees, double headPitchDegrees, double headYawDegrees, double upperArmPitchDegrees, double upperArmYawDegrees)
    Parameters
    Type Name Description
    double chestPitchDegrees
    double chestYawDegrees
    double neckPitchDegrees
    double neckYawDegrees
    double headPitchDegrees
    double headYawDegrees
    double upperArmPitchDegrees
    double upperArmYawDegrees

    Fields

    ChestPitchDegrees

    Declaration
    public readonly double ChestPitchDegrees
    Field Value
    Type Description
    double

    ChestYawDegrees

    Declaration
    public readonly double ChestYawDegrees
    Field Value
    Type Description
    double

    HeadPitchDegrees

    Declaration
    public readonly double HeadPitchDegrees
    Field Value
    Type Description
    double

    HeadYawDegrees

    Declaration
    public readonly double HeadYawDegrees
    Field Value
    Type Description
    double

    NeckPitchDegrees

    Declaration
    public readonly double NeckPitchDegrees
    Field Value
    Type Description
    double

    NeckYawDegrees

    Declaration
    public readonly double NeckYawDegrees
    Field Value
    Type Description
    double

    UpperArmPitchDegrees

    Declaration
    public readonly double UpperArmPitchDegrees
    Field Value
    Type Description
    double

    UpperArmYawDegrees

    Declaration
    public readonly double UpperArmYawDegrees
    Field Value
    Type Description
    double
    In this article
    © 2026 Serenity. All Rights Reserved