formUnion(_:)
Expands the bounding box to contain the specified point.
Declaration
mutating func formUnion(_ point: SIMD3<Float>)Parameters
- point:
A point in space.
Expands the bounding box to contain the specified point.
mutating func formUnion(_ point: SIMD3<Float>)A point in space.