@kognifai/cogsengine
    Preparing search index...

    Function exactEquals

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

      Parameters

      • a: ReadonlyVec2

        The first vector.

      • b: ReadonlyVec2

        The second vector.

      Returns boolean

      True if the vectors are equal, false otherwise.