Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • iMSTK iMSTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 63
    • Issues 63
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • iMSTK
  • iMSTKiMSTK
  • Issues
  • #103

Closed
Open
Created Nov 10, 2016 by Sreekanth Arikatla@sreekanth-arikatlaDeveloper

Implement updateConstraint and solveVelocityConstraint in pbdConstraint

    ///
    /// \brief update constraint
    /// \param model \class PbdModel
    /// \return true if succeeded
    /// TODO: Remove this or implement for child classes in future
    ///
    virtual bool updateConstraint(PbdModel& model)
    {
        return true;
    }

    ///
    /// \brief compute delta velocity, specifically for rigid bodies
    /// \param model \class PbdModel
    /// \return true if succeeded
    /// TODO: Remove this or implement for child classes in future
    ///
    virtual bool solveVelocityConstraint(PbdModel& model)
    {
        return true;
    }
Assignee
Assign to
Time tracking