Updated suggestion note. |
m YoshBot moved page ProtoFlux:Rect To XY WH to ProtoFlux:RectToXYWH: Automated: removing spaces from ProtoFlux namespace |
(No difference)
|
Latest revision as of 00:32, 21 August 2025
Rect To XYWH
Rects
The Rect To XYWH node takes in a rect value and returns the split up information of the X
position, Y
position, Width
of the rect, and height
of the rect as a float.
Inputs
Rect (Rect)
The rect value.
Outputs
X (float)
The X position (top left of the rect)
Y (float)
The Y position (top left of the rect)
Width (float)
The width of the rect.
Height (float)
The height of the rect.