Skip to content

CSMath.BoundingBox

Albert Domenech edited this page Jul 14, 2024 · 7 revisions

BoundingBox Class

Bounding box representation aligned to XYZ axis.

Definition

Namespace: CSMath

C#

public sealedstruct BoundingBox

Properties

Returns Name Summary
XYZ Center Center of the box.
XYZ Max Get the max corner of the bounding box.
XYZ Min Get the min corner of the bounding box.

Methods

Returns Name Summary
BoundingBox Merge(CSMath.BoundingBox) Merge 2 boxes into the common one.
Clone this wiki locally