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

Current frame integrator system for 2D

Type parameters:

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