Skip to main content

ContactId

Type Alias ContactId 

Source
pub type ContactId = u32;
Expand description

The storage type of SolverContactGeneric::contact_id: one Real-sized slot per lane, so that a lane of the AoSoA struct keeps the same layout as a scalar contact. At f32 a slot is exactly the u32 id; at f64 the high 32 bits are unused padding.