docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method InverseTransformPoint

    InverseTransformPoint(in float4x4, in float3)

    Transforms a 3D point by the inverse of a 4x4 transformation matrix.

    Declaration
    public static float3 InverseTransformPoint(this in float4x4 m, in float3 p)
    Parameters
    Type Name Description
    float4x4 m

    A transformation matrix

    float3 p

    A 3D position

    Returns
    Type Description
    float3

    A vector containing the transformed point.

    Remarks

    This method assumes that m is an affine transformation matrix.

    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)