Created a page for the Rect From Position Size node. |
m YoshBot moved page ProtoFlux:Rect From Position Size to ProtoFlux:RectFromPositionSize: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:32, 21 August 2025
Rect From Position Size
Rects
The Rect From Position Size node takes in 2 specific float2 values, a position of the rect's X
and Y
position, and the size of the rect with the literal Width
and Height
, then returns a rect value. In contrast to the Rect From Min Max node where it adds the position and size to get a rect's bounding data.
Inputs
Position (float2)
The X
and Y
position for this rect.
Size (float2)
The literal Width
and Height
size for this rect.
Outputs
Rect (Rect)
Returns the rect value.