Home
last modified time | relevance | path

Searched refs:frictionTwistMass (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/systems/
H A DContactSolverSystem.cpp326 …decimal frictionTwistMass = mContactConstraints[mNbContactManifolds].normal.dot(mContactConstraint… in initializeForIsland() local
332 …ntactManifolds].inverseTwistFrictionMass = frictionTwistMass > decimal(0.0) ? decimal(1.0) / frict… in initializeForIsland()