phaser - v4.0.0-rc.4
    Preparing search index...
    • Checks if two Circles intersect and returns the intersection points as a Point object array.

      Parameters

      • circleA: Circle

        The first Circle to check for intersection.

      • circleB: Circle

        The second Circle to check for intersection.

      • Optionalout: Math.Vector2[]

        An optional array of Vector2 objects in which to store the points of intersection.

      Returns Math.Vector2[]