ProtoFlux:EncapsulatePoint

From Resonite Wiki
Revision as of 23:51, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Encapsulate Point to ProtoFlux:EncapsulatePoint: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Encapsulate Point
Bounds
*
Point
Bounds

The Encapsulate Point node extends the input Bounds such that the output fully encapsulates the input Point.

Inputs

Bounds (BoundingBox)

The bounding box to be enlarged. Default value is a bounding box with center [0;0;0] and size [0;0;0].

Point (float3)

The point to be encapsulated. Default value is [0;0;0]

Outputs

* (BoundingBox)

The Bounds bounding box enlarged to encapsulate the Point. May be identical to Bounds if the Point is already entirely inside Bounds.