---------------------------------------------------------------------- This is the API documentation for the gdtest_frozen_dc library. ---------------------------------------------------------------------- ## Dataclasses Dataclass definitions BoundingBox(min_corner: gdtest_frozen_dc.Coordinate, max_corner: gdtest_frozen_dc.Coordinate) -> None An immutable bounding box defined by two corners. Parameters ---------- min_corner Bottom-left corner. max_corner Top-right corner. Coordinate(x: float, y: float, label: str = '') -> None An immutable 2D coordinate. Parameters ---------- x X coordinate. y Y coordinate. label Optional label.