Skip to content

Commit

Permalink
Update src/dynamics/rigid_body.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Sep 30, 2023
1 parent bd387e7 commit c8663aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamics/rigid_body.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl From<RigidBodyType> for RigidBody {
pub struct Velocity {
/// The linear velocity of the [`RigidBody`].
pub linvel: Vect,
/// The angular velocity of the [`RigidBody`] in radians.
/// The angular velocity of the [`RigidBody`] in radian per second.
#[cfg(feature = "dim2")]
pub angvel: f32,
/// The angular velocity of the [`RigidBody`].
Expand Down

0 comments on commit c8663aa

Please sign in to comment.