Contents

contains(_:inCircumferentialRingOfWidth:)

Returns a Boolean value that indicates whether a ring around this circle’s circumference contains the specified point.

Declaration

func contains(_ point: NormalizedPoint, inCircumferentialRingOfWidth ringWidth: CGFloat) -> Bool

Parameters

  • point:

    The normalized point.

  • ringWidth:

    The ring width.

See Also

Determining whether the circle contains a point