Fix copy paste bug in ball joint docs
This commit is contained in:
committed by
Sébastien Crozet
parent
5eb5398a7e
commit
44244c324a
@@ -7,7 +7,7 @@ use crate::math::{Point, Real, Rotation, Vector};
|
||||
pub struct BallJoint {
|
||||
/// Where the ball joint is attached on the first body, expressed in the first body local frame.
|
||||
pub local_anchor1: Point<Real>,
|
||||
/// Where the ball joint is attached on the first body, expressed in the first body local frame.
|
||||
/// Where the ball joint is attached on the second body, expressed in the second body local frame.
|
||||
pub local_anchor2: Point<Real>,
|
||||
/// The impulse applied by this joint on the first body.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user