Home
last modified time | relevance | path

Searched defs:inverseMass (Results 1 – 14 of 14) sorted by relevance

/dports/science/siconos/siconos-4.4.0/kernel/src/modelingTools/
H A DSecondOrderDS.hpp192 inline SP::SimpleMatrix inverseMass() const in inverseMass() function in SecondOrderDS
/dports/science/step/step-21.12.3/stepcore/
H A Djoint.h55 …VectorXd inverseMass; ///< Diagonal coefficients of the inverse mass matrix of t… member
H A Dparticle.cc170 void Particle::getInverseMass(VectorXd* inverseMass, in getInverseMass()
H A Drigidbody.cc307 void RigidBody::getInverseMass(VectorXd* inverseMass, in getInverseMass()
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/physics/
H A DPhysics_RigidBody.h173 float inverseMass; // 1 / mass variable
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/physics/
H A DPhysics_RigidBody.h173 float inverseMass; // 1 / mass variable
/dports/science/step/step-21.12.3/autotests/
H A Dtest_worldcopy.cc48 virtual void getInverseMass(StepCore::VectorXd* inverseMass, in getInverseMass()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/CPU/
H A DbtSoftBodySolver_CPU.cpp291 …os::Vector3 &force, const Vectormath::Aos::Vector3 &vertexVelocity, float inverseMass, Vectormath:… in ApplyClampedForce()
321 float inverseMass = m_vertexData.getInverseMass( vertexIndex ); in applyForces() local
374 float inverseMass = m_vertexData.getInverseMass(vertexIndex); in integrate() local
H A DbtSoftBodySolverData.h346 void setInverseMass( float inverseMass ) in setInverseMass()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/components/
H A DRigidBodyComponents.h561 inline void RigidBodyComponents::setMassInverse(Entity bodyEntity, decimal inverseMass) { in setMassInverse()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/OpenCL/
H A DbtSoftBodySolver_OpenCL.cpp935 …os::Vector3 &force, const Vectormath::Aos::Vector3 &vertexVelocity, float inverseMass, Vectormath:… in ApplyClampedForce()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/mdlib/
H A Dupdate.cpp1086 real inverseMass = invmass[n]; in doSDUpdateGeneral() local
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletMultiThreaded/GpuSoftBodySolvers/DX11/
H A DbtSoftBodySolver_DX11.cpp960 …os::Vector3 &force, const Vectormath::Aos::Vector3 &vertexVelocity, float inverseMass, Vectormath:… in ApplyClampedForce()
/dports/devel/raylib/raylib-3.7.0/src/
H A Dphysac.h172 float inverseMass; // Inverse value of mass member