Type Definition rhusics_ecs::collide2d::ContactEvent2

source ·
pub type ContactEvent2<S> = ContactEvent<Entity, Point2<S>>;
Expand description

Contact event for 2D

Type parameters:

  • S: Scalar type (f32 or f64)