Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:EncapsulatePoint: Difference between revisions

The Encapsulate Point node extends the input Bounds such that the output fully encapsulates the input Point.
YoshBot (talk | contribs)
m YoshBot moved page ProtoFlux:Encapsulate Point to ProtoFlux:EncapsulatePoint: Automated: removing spaces from ProtoFlux namespace
Xeravax (talk | contribs)
Manual Sync from my own PC - wiki-bot(at)stefanocoding.me - https://github.com/Xeravax/mediawiki-simple-sync
 
Line 1: Line 1:
{{SHORTDESC:The Encapsulate Point node extends the input Bounds such that the output fully encapsulates the input Point.}}
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Encapsulate Point
|Name=Encapsulate Point

Latest revision as of 17:03, 20 February 2026

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

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