Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ExternalForceSet.h #353

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading