Type Definition rhusics::physics::prelude2d::Velocity2 [] [src]

type Velocity2<S> = Velocity<Vector2<S>, S>;

2D velocity

Type parameters:

  • S: Scalar type (f32 or f64)