@kognifai/cogsengine
    Preparing search index...

    Function exactEquals

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

      Parameters

      • a: ReadonlyVec4

        The first vector.

      • b: ReadonlyVec4

        The second vector.

      Returns boolean

      True if the vectors are equal, false otherwise.