> For the complete documentation index, see [llms.txt](https://scripting.breeze.rip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripting.breeze.rip/api/functions/math.interpolateentitybb.md).

# math.interpolateEntityBB

### Call Signature

> **interpolateEntityBB**(`entity`): [`AxisAlignedBB`](/api/net/minecraft/util/axisalignedbb.md)

The bounding box of an entity interpolated to this frame, using the current render partial ticks.

#### Parameters

**entity**

[`Entity`](/api/net/minecraft/entity/entity.md)

The entity to interpolate.

#### Returns

[`AxisAlignedBB`](/api/net/minecraft/util/axisalignedbb.md)

The entity's bounding box this frame, or null when no entity was given.

### Call Signature

> **interpolateEntityBB**(`entity`, `partialTicks`): [`AxisAlignedBB`](/api/net/minecraft/util/axisalignedbb.md)

The bounding box of an entity interpolated to this frame.

#### Parameters

**entity**

[`Entity`](/api/net/minecraft/entity/entity.md)

The entity to interpolate.

**partialTicks**

`number`

The partial ticks, as given by a render event.

#### Returns

[`AxisAlignedBB`](/api/net/minecraft/util/axisalignedbb.md)

The entity's bounding box this frame, or null when no entity was given.

#### Remarks

The box is expanded slightly, so an ESP drawn around it does not clip into the entity's model.
