Contents

contains(_:)

Returns a Boolean value that indicates whether a room contains the provided point.

Declaration

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

Parameters

  • point:

    The point to search for.

Return Value

Returns true if the room contains the point, otherwise false.

See Also

Inspecting a room anchor