pub type CurrentFrameUpdateSystem3<S, T> = CurrentFrameUpdateSystem<Point3<S>, Quaternion<S>, Vector3<S>, T>;Expand description
Current frame integrator system for 2D
§Type parameters:
S: Scalar type (f32 or f64)T: Transform type (BodyPose3or similar)
Aliased Type§
pub struct CurrentFrameUpdateSystem3<S, T> { /* private fields */ }