Class: BoundingBox
Math/Classes/BoundingBox.BoundingBox
Constructors
constructor
• new BoundingBox(data): BoundingBox
Parameters
| Name | Type |
|---|---|
data | BoundingBoxData |
Returns
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
| Name | Type |
|---|---|
maxX | number |
maxY | number |
maxZ | number |
minX | number |
minY | number |
minZ | number |
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
| Name | Type |
|---|---|
plane | Plane |
Returns
void