Skip to content

Commit

Permalink
Fix duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouwe committed Nov 11, 2023
1 parent e57c017 commit d3f95a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ class AxisConstraintPart
/// @param inInvInertiaScale2 Scale factor for the inverse inertia of body 2
/// @param inR1PlusU See equations above (r1 + u)
/// @param inR2 See equations above (r2)
/// @param inR2 See equations above (r2)
/// @param inWorldSpaceAxis Axis along which the constraint acts (normalized, pointing from body 1 to 2)
/// @param inBias Bias term (b) for the constraint impulse: lambda = J v + b
inline void CalculateConstraintPropertiesWithMassScale(const Body &inBody1, float inInvMassScale1, float inInvInertiaScale1, Vec3Arg inR1PlusU, const Body &inBody2, float inInvMassScale2, float inInvInertiaScale2, Vec3Arg inR2, Vec3Arg inWorldSpaceAxis, float inBias = 0.0f)
Expand Down

0 comments on commit d3f95a6

Please sign in to comment.