Skip to main content

ImpulseCache

Type Alias ImpulseCache 

Source
pub type ImpulseCache<N> = SecondaryMap<ContactId, N>;
Expand description

A cache for impulses resulting from contacts and joints.

Aliased Typeยง

pub struct ImpulseCache<N> { /* private fields */ }