Skip to content

Commit

Permalink
Cross-reference to groove joint in Godot engine
Browse files Browse the repository at this point in the history
  • Loading branch information
legendofa committed Jan 23, 2025
1 parent 74421f6 commit 56505c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dynamics/joint/pin_slot_joint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use super::{JointLimits, JointMotor};
#[derive(Copy, Clone, Debug, PartialEq)]
#[repr(transparent)]
/// A pin slot joint, locks all relative motion between two bodies except for translation along the joint’s principal axis and relative rotations.
/// This joint is also known as a [groove joint in Godot](https://docs.godotengine.org/en/stable/classes/class_groovejoint2d.html).
pub struct PinSlotJoint {
/// The underlying joint data.
pub data: GenericJoint,
Expand Down

0 comments on commit 56505c8

Please sign in to comment.