Rect From Min Max
Rects
The Rect From Min Max node takes in 2 specific float2 values, giving the minimum size of the rect, usually just at the X
and Y
position, and also needing the max size of this rect, which is usually X
+ Width
and Y
+ Height
. Then this node returns a rect value that has the min and max provided.
Inputs
Min (float2)
The minimum size of this rect (usually returning the X
and Y
position of this rect).
Max (float2)
The maximum size of this rect (usually returning the X
+ Width
and Y
+ Height
of this rect).
Outputs
Rect (Rect)
Returns the rect value.