Type Definition rhusics_ecs::physics2d::ContactResolutionSystem2[][src]

type ContactResolutionSystem2<S, T> = ContactResolutionSystem<Point2<S>, Basis2<S>, S, S, S, T>;

Resolution system for 2D

Type parameters:

  • S: Scalar type (f32 or f64)
  • T: Transform type (BodyPose2 or similar)