Node Name | Description |
---|---|
ClipRect | Returns a Rect that is inside/overlapping each other. |
EncapsulateRect | Returns a Rect that has bounds surrounding the provided rects. |
RectFromMinMax | Creates a Rect using a min and max value. |
RectFromPositionSize | Creates a Rect using a position and size value. |
RectFromXYWH | Converts x, y, width, and height into a Rect. |
RectToMinMax | Get the min and max of a Rect. |
RectToPositionSize | Get the position and size of a Rect. |
RectToXYWH | Converts a Rect into x, y, width, and height. |
TranslateRect | Returns a Rect that is offset by a value. |
Pages in category "ProtoFlux:Math:Rects"
The following 9 pages are in this category, out of 9 total.