Table of Contents

Interface IUpdatableBoundingBox

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

Represents an entity whose bounding box can be recomputed.

public interface IUpdatableBoundingBox

Methods

UpdateWorldBoundingBox(float)

Recomputes the world-space bounding box.

void UpdateWorldBoundingBox(float dt = 0)

Parameters

dt float

The timestep for velocity-based expansion. Default is zero.