Contents

union(_:)

Creates a bounding box containing the current bounds and the specified point.

Declaration

func union(_ point: SIMD3<Float>) -> BoundingBox

Parameters

  • point:

    A point in space.

Return Value

The new bounding box.

See Also

Expanding boxes