RedGPU API - v3.0.0-Alpha
    Preparing search index...

    Function exactEquals

    • Returns whether or not the matrices have exactly the same elements in the same position (when compared with ===)

      Parameters

      • a: ReadonlyMat3

        The first matrix.

      • b: ReadonlyMat3

        The second matrix.

      Returns boolean

      True if the matrices are equal, false otherwise.