Type Definition rhusics::physics::prelude3d::Velocity3 [] [src]

type Velocity3<S> = Velocity<Vector3<S>, Vector3<S>>;

3D velocity

Type parameters:

  • S: Scalar type (f32 or f64)