Require that a circle c contains point pt with optional margin padding.

  • Parameters

    • c: Vec2

      Center of c

    • r: Num

      Radius of c

    • pt: Vec2

      Location of point pt

    • padding: Num = 0

      Margin between the polygon and the point (default: 0)

    Returns Num