Contents

contains(_:)

Returns a Boolean value that indicates whether this circle, including its boundary, contains the specified point.

Declaration

func contains(_ point: NormalizedPoint) -> Bool

Parameters

  • point:

    The normalized point.

See Also

Determining whether the circle contains a point