contains(_:)
Returns a Boolean value that indicates whether a room contains the provided point.
Declaration
func contains(_ point: SIMD3<Float>) -> BoolParameters
- point:
The point to search for.
Return Value
Returns true if the room contains the point, otherwise false.