Contents

init(min:max:)

Creates a bounding box with the given settings.

Declaration

init(min: SIMD3<Float>, max: SIMD3<Float>)

Parameters

  • min:

    The position of the minimum corner of the box.

  • max:

    The position of the maximum corner of the box.

See Also

Creating a bounding box