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.
Creates a rectangle that’s the bounding box of the specified points.
init(points: [Point3D])An array of point structures that defines the rectangle’s bounding box.