Category:ProtoFlux:Math:Rects

Category page
Revision as of 03:45, 25 August 2025 by YoshBot (talk | contribs) (fix link spaces)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Nodes
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.