docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method ApproximatelyEqual

    ApproximatelyEqual(Matrix4x4, Matrix4x4)

    Compare two 4x4 matrices for approximate equality.

    Declaration
    public static bool ApproximatelyEqual(Matrix4x4 lhs, Matrix4x4 rhs)
    Parameters
    Type Name Description
    Matrix4x4 lhs

    Left hand side matrix to compare.

    Matrix4x4 rhs

    Right hand side matrix to compare.

    Returns
    Type Description
    bool

    True is approximately equal, false otherwise.

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