Skip to main content

Operators

OperatorDescription
AndIntersects two fuzzy rectangles, i.e. intersects the ranges of the boundaries of specified fuzzy rectangles.
OrUnites two fuzzy rectangles, i.e. unites the ranges of the boundaries of specified fuzzy rectangles.

Methods

MethodDescription
Rect ExternalRect()Returns a copy of the external rectangle.
Rect InternalRect()Returns a copy of the internal rectangle.
XInterval Left()The left boundary of the fuzzy rectangle, horizontal range.
YInterval top()The top boundary of the fuzzy rectangle, vertical range.
XInterval Right()The right boundary of the fuzzy rectangle, horizontal range.
YInterval Bottom()The bottom boundary of the fuzzy rectangle, vertical range.
XInterval XCenter()The X-coordinate of the center of the fuzzy rectangle, horizontal range.
YInterval YCenter()The Y-coordinate of the center of the fuzzy rectangle, vertical range.
DistInterval Width()The width of the fuzzy rectangle, distance range.
DistInterval Height()The height of the fuzzy rectangle, distance range.
Logic IsEmpty()Checks if the fuzzy rectangle is empty.