StaticresolveResolves collision between a sphere and a box, returning a correction vector.
The sphere (e.g. Camera).
The box (e.g. Wall).
Vector to store the correction.
True if collision was resolved.
StatictestPerforms a collision test between two bounding volumes.
Static class for collision detection and resolution.