Couchbase Lite
Objective-C API for iOS and Mac OS
CBLGeoRect Struct Reference

Detailed Description

A 2D geometric rectangle.

Note that unlike CGRect and NSRect, this stores max coords, not size. A rectangle with max coords equal to the min is equivalent to a point. It is illegal for the max coords to be less than the min.

Public Attributes

CBLGeoPoint min
 
CBLGeoPoint max
 

Member Data Documentation

◆ min

CBLGeoPoint CBLGeoRect::min

◆ max

CBLGeoPoint CBLGeoRect::max

The documentation for this struct was generated from the following file: