Category:ProtoFlux:Math:Rects: Difference between revisions

Category page
Cleaning ProtoFlux Categories
Added descriptions to this category.
Line 2: Line 2:
|Clip Rect||
|Clip Rect||
|Encapsulate Rect||
|Encapsulate Rect||
|Rect From Min Max||
|Rect From Min Max|| Creates a [[Type:Rect|Rect]] using a min and max value.
|Rect From Position Size||
|Rect From Position Size|| Creates a [[Type:Rect|Rect]] using a position and size value.
|Rect From XY WH||
|Rect From XY WH|| Converts x, y, width, and height into a [[Type:Rect|Rect]].
|Rect To Min Max||
|Rect To Min Max|| Get the min and max of a [[Type:Rect|Rect]].
|Rect To Position Size||
|Rect To Position Size|| Get the position and size of a [[Type:Rect|Rect]].
|Rect To XY WH||
|Rect To XY WH|| Converts a [[Type:Rect|Rect]] into x, y, width, and height.
|Translate Rect||
|Translate Rect||
}}
}}
[[Category:ProtoFlux:Math]]
[[Category:ProtoFlux:Math]]

Revision as of 10:15, 30 June 2024

Nodes
Node Name Description
Clip Rect
Encapsulate Rect
Rect From Min Max Creates a Rect using a min and max value.
Rect From Position Size Creates a Rect using a position and size value.
Rect From XY WH Converts x, y, width, and height into a Rect.
Rect To Min Max Get the min and max of a Rect.
Rect To Position Size Get the position and size of a Rect.
Rect To XY WH Converts a Rect into x, y, width, and height.
Translate Rect