Bexel Manager API Documentation
Bexel.Api.AABB3D Struct Reference

Represents an axis-aligned bounding box in 3-dimensional space. More...

Properties

Vector3D Min [get]
 Returns the lower bound of the bounding box. More...
 
Vector3D Max [get]
 Returns the upper bound of the bounding box. More...
 
Vector3D Center [get]
 Returns the center point of the bounding box. More...
 
Vector3D Size [get]
 Returns the size of the bounding box across X,Y,Z axes. More...
 

Detailed Description

Represents an axis-aligned bounding box in 3-dimensional space.

Property Documentation

◆ Center

Vector3D Bexel.Api.AABB3D.Center
get

Returns the center point of the bounding box.

◆ Max

Vector3D Bexel.Api.AABB3D.Max
get

Returns the upper bound of the bounding box.

◆ Min

Vector3D Bexel.Api.AABB3D.Min
get

Returns the lower bound of the bounding box.

◆ Size

Vector3D Bexel.Api.AABB3D.Size
get

Returns the size of the bounding box across X,Y,Z axes.