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

type CurrentFrameUpdateSystem2<S, T> = CurrentFrameUpdateSystem<Point2<S>, Basis2<S>, S, T>;

Current frame integrator system for 2D

Type parameters:

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