Function almostEqual

  • Checks if two Vector2 objects are approximately equal.

    Parameters

    • v1: Vector2

      First Vector2.

    • v2: Vector2

      Second Vector2.

    • epsilon: number = 1e-6

      Tolerance for floating-point comparisons.

    Returns boolean

    True if vectors are almost equal, false otherwise.