Home
last modified time | relevance | path

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

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/components/
H A DHingeJointComponents.h349 void setInverseMassMatrixMotor(Entity jointEntity, decimal inverseMassMatrixMotor);
751 …ngeJointComponents::setInverseMassMatrixMotor(Entity jointEntity, decimal inverseMassMatrixMotor) { in setInverseMassMatrixMotor() argument
754 mInverseMassMatrixMotor[mMapEntityToComponentIndex[jointEntity]] = inverseMassMatrixMotor; in setInverseMassMatrixMotor()
H A DSliderJointComponents.h358 void setInverseMassMatrixMotor(Entity jointEntity, decimal inverseMassMatrixMotor);
780 …derJointComponents::setInverseMassMatrixMotor(Entity jointEntity, decimal inverseMassMatrixMotor) { in setInverseMassMatrixMotor() argument
783 mInverseMassMatrixMotor[mMapEntityToComponentIndex[jointEntity]] = inverseMassMatrixMotor; in setInverseMassMatrixMotor()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/components/
H A DHingeJointComponents.cpp318 decimal inverseMassMatrixMotor(mInverseMassMatrixMotor[index1]); in swapComponents() local
360 mInverseMassMatrixMotor[index2] = inverseMassMatrixMotor; in swapComponents()
H A DSliderJointComponents.cpp344 decimal inverseMassMatrixMotor(mInverseMassMatrixMotor[index1]); in swapComponents() local
391 mInverseMassMatrixMotor[index2] = inverseMassMatrixMotor; in swapComponents()