ProtoFlux:Encapsulate Rect: Difference between revisions

From Resonite Wiki
Added a suggestion note.
Fixed output description header.
 
Line 29: Line 29:
== Outputs ==
== Outputs ==


=== Rect ([[Type:Rect|Rect]]) ===
=== * ([[Type:Rect|Rect]]) ===


Returns the encapsulated rect from the 2 provided rects.
Returns the encapsulated rect from the 2 provided rects.

Latest revision as of 15:26, 30 June 2024

Encapsulate Rect
A
*
B
Rects

The Encapsulate Rect node takes in 2 rect values, and returns a rect that encapsulates both of them into one rect.

If you need to check for masking/cliping of 2 rects, use the Clip Rect node instead.

Inputs

A (Rect)

The first rect.

B (Rect)

The second rect.

Outputs

* (Rect)

Returns the encapsulated rect from the 2 provided rects.

Examples