CTFTNKS Project Documentation - v1.3.0
    Preparing search index...

    Function circlesIntersect

    • Checks if two circles intersect.

      Parameters

      • c1: Coord

        Center of first circle.

      • r1: number

        Radius of first circle.

      • c2: Coord

        Center of second circle.

      • r2: number

        Radius of second circle.

      Returns boolean

      True if they intersect.