contains(_:)
Checks whether the bounding box contains the specified point.
Declaration
func contains(_ point: SIMD3<Float>) -> BoolReturn Value
A Boolean that’s true if the box contains the specified point.
Checks whether the bounding box contains the specified point.
func contains(_ point: SIMD3<Float>) -> BoolA Boolean that’s true if the box contains the specified point.