Contents

init(points:)

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

Declaration

init(points: [Point3DFloat])

Parameters

  • points:

    The array of points.

Discussion