RectangleGeometry

public struct RectangleGeometry : Equatable

Rectangle geometry for searchArea.

Lifecycle

  • Creates a new RectangleGeometry

    Declaration

    Swift

    public init(boundingBox: BoundingBox)

    Parameters

    boundingBox

    a bounding box representing the rectangle.

Public