docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Transform

    Transform(in Pose, in Vector3)

    Transforms the point expressed in the given pose, as if by multiplying the pose's corresponding transformation matrix to the point.

    Declaration
    public static Vector3 Transform(this in Pose pose, in Vector3 point)
    Parameters
    Type Name Description
    Pose pose

    The pose in which the point is expressed.

    Vector3 point

    The point to transform.

    Returns
    Type Description
    Vector3

    The transformed point.

    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)