Skip to main content

Class: BoundingBox

Math/Classes/BoundingBox.BoundingBox

Constructors

constructor

new BoundingBox(data): BoundingBox

Parameters

NameType
dataBoundingBoxData

Returns

BoundingBox

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:26

Properties

bottomPlane

bottomPlane: Plane

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:13


bounds

bounds: Object

Type declaration

NameType
maxXnumber
maxYnumber
maxZnumber
minXnumber
minYnumber
minZnumber

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:18


eastPlane

eastPlane: Plane

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:16


northPlane

northPlane: Plane

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:14


southPlane

southPlane: Plane

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:15


topPlane

topPlane: Plane

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:12


westPlane

westPlane: Plane

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:17

Methods

_doMinMaxCheck

_doMinMaxCheck(plane): void

Parameters

NameType
planePlane

Returns

void

Defined in

divinevoxel/core/src/Math/Classes/BoundingBox.ts:41