docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property Normal

    Normal

    Get/set the normal vector of the plane.

    Declaration
    public float3 Normal { get; set; }
    Property Value
    Type Description
    float3
    Remarks

    It is assumed that the normal is unit length. If you set a new plane such that Ax + By + Cz + Dw = 0 but (A, B, C) is not unit length, then you must normalize the plane by calling Normalize(Plane).

    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)