Skip to content

Commit

Permalink
Update ExternalForceSet.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch authored Oct 31, 2024
1 parent bbc6758 commit 7bd7097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions include/RigidBody/ExternalForceSet.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ namespace BIORBD_NAMESPACE

///
/// \brief Add a pure force at a specific point on the kinematic chain.
/// \param force The pure forces to apply on the body
/// \param forceInGlobal The pure forces to apply on the body
/// \param segmentName The name of the segment the force is applied on
/// \param pointOfApplication The position in the reference frame of [segmentName]
/// \param pointOfApplicationInLocal The position in the reference frame of [segmentName]
///
void addTranslationalForce(
const utils::Vector3d& force,
const utils::Vector3d& forceInGlobal,
const utils::String& segmentName,
const utils::Vector3d& pointOfApplication
const utils::Vector3d& pointOfApplicationInLocal
);

///
Expand Down

0 comments on commit 7bd7097

Please sign in to comment.