contains(_:)
Checks whether the bounding box contains the specified bounds.
Declaration
func contains(_ boundingBox: BoundingBox) -> BoolReturn Value
A Boolean that’s true if the box contains the specified bounds.
Checks whether the bounding box contains the specified bounds.
func contains(_ boundingBox: BoundingBox) -> BoolA Boolean that’s true if the box contains the specified bounds.