docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Compose

    Compose(in Pose, in Pose)

    Composes two poses, as if by multiplying their corresponding transformation matrices.

    Declaration
    public static Pose Compose(this in Pose lhs, in Pose rhs)
    Parameters
    Type Name Description
    Pose lhs

    The left-hand side pose.

    Pose rhs

    The right-hand side pose.

    Returns
    Type Description
    Pose

    The composed pose.

    Remarks

    Given Pose AtoB and Pose BtoC: Pose AtoC = BtoC.Compose(AtoB);

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)