docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TransformPoint

    TransformPoint(float3)

    Transforms a point by this transform.

    Declaration
    public float3 TransformPoint(float3 point)
    Parameters
    Type Name Description
    float3 point

    The point to be transformed.

    Returns
    Type Description
    float3

    The result of applying this transform to the input point.

    Remarks

    To transform a directional vector, use TransformDirection(float3). To apply the inverse transform instead, use InverseTransformDirection(float3).

    Examples
    In This Article
    Back to top
    Copyright © 2025 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)