union(_:)
Creates a bounding box containing the current bounds and the specified point.
Declaration
func union(_ point: SIMD3<Float>) -> BoundingBoxParameters
- point:
A point in space.
Return Value
The new bounding box.
Creates a bounding box containing the current bounds and the specified point.
func union(_ point: SIMD3<Float>) -> BoundingBoxA point in space.
The new bounding box.