BetaBetalatBetalngStatic BetavalidStatic BetavalidBetaReturns the surface area of the Rect.
BetaComputes a covering of the Rect.
BetaCentroid returns the true centroid of the given Rect multiplied by its surface area. The result is not unit length, so you may want to normalize it. Note that in general the centroid is not at the center of the rectangle, and in fact it may not even be contained by the rectangle. (It is the "center of mass" of the rectangle viewed as subset of the unit sphere, i.e. it is the point in space about which this curved shape would rotate.)
The reason for multiplying the result by the rectangle area is to make it easier to compute the centroid of more complicated shapes. The centroid of a union of disjoint regions can be computed simply by adding their Centroid results.
BetaReports whether this rectangle intersects the given cell. This is an exact test and may be fairly expensive.
BetaReports whether the rectangle is empty.
BetaReports whether the rectangle is full.
BetaReports whether the rectangle is a single point.
BetaReturns true if the rectangle is valid.
BetaReturns a string representation of an object.
BetaReturns the i-th vertex of the rectangle (i = 0,1,2,3) in CCW order.
Staticbisector
Represents a closed latitude-longitude rectangle.
incomplete