contains(_:)
Determines if this circle, including its boundary, contains the specified point.
Declaration
func contains(_ point: VNPoint) -> BoolParameters
- point:
The point to test.
Return Value
true if the point is contained within this circle, otherwise false.