Shape:getAABB
EditReturns the axis aligned bounding box of the Shape.
minx, maxx, miny, maxy, minz, maxz = Shape:getAABB()
Arguments
None
Returns
Name | Type | Description |
minx | number | The minimum x coordinate of the box. |
maxx | number | The maximum x coordinate of the box. |
miny | number | The minimum y coordinate of the box. |
maxy | number | The maximum y coordinate of the box. |
minz | number | The minimum z coordinate of the box. |
maxz | number | The maximum z coordinate of the box. |