Contents

init(points:)

Creates a rectangle that’s the bounding box of the specified points.

Declaration

init(points: [Point3D])

Parameters

  • points:

    An array of point structures that defines the rectangle’s bounding box.

See Also

Creating a 3D rectangle structure