contains(_:)
Returns a Boolean value that indicates whether this circle, including its boundary, contains the specified point.
Declaration
func contains(_ point: NormalizedPoint) -> BoolParameters
- point:
The normalized point.
Returns a Boolean value that indicates whether this circle, including its boundary, contains the specified point.
func contains(_ point: NormalizedPoint) -> BoolThe normalized point.