Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sébastien Crozet <[email protected]>
  • Loading branch information
Vrixyz and sebcrozet authored Jul 7, 2024
1 parent 2a1e5d1 commit dd7ede2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ and new features. Please have a look at the

- Update to rapier `0.21`.
- Update to nalgebra `0.33`.
- `ImpulseJoint` and `MultibodyJoint` now have a more detailed enum `TypedJoint` instead of a `GenericJoint`.
- `ImpulseJoint::data` and `MultibodyJoint::data` are now a more detailed enum `TypedJoint` instead of a `GenericJoint`.
You can still access its inner `GenericJoint` with `.as_ref()` or `as_mut()`.
- `data` fields from all joints (`FixedJoint`...) are now public, and their getters removed.
- `data` fields from all joints (`FixedJoint`, …) are now public, and their getters removed.

### Added

- `RapierContext::context.impulse_revolute_joint_angle` to compute the angle along a revolute joint’s principal axis.
- Added `RapierContext::context.impulse_revolute_joint_angle` to compute the angle along a revolute joint’s principal axis.

## v0.27.0-rc.1 (18 June 2024)

Expand Down

0 comments on commit dd7ede2

Please sign in to comment.