Contents

contains(_:)

Checks whether the bounding box contains the specified point.

Declaration

func contains(_ point: SIMD3<Float>) -> Bool

Return Value

A Boolean that’s true if the box contains the specified point.

See Also

Checking for overlap