Searched refs:isLowerLimitViolated (Results 1 – 5 of 5) sorted by relevance
391 void setIsLowerLimitViolated(Entity jointEntity, bool isLowerLimitViolated);849 …void HingeJointComponents::setIsLowerLimitViolated(Entity jointEntity, bool isLowerLimitViolated) { in setIsLowerLimitViolated() argument852 mIsLowerLimitViolated[mMapEntityToComponentIndex[jointEntity]] = isLowerLimitViolated; in setIsLowerLimitViolated()
400 void setIsLowerLimitViolated(Entity jointEntity, bool isLowerLimitViolated);878 …oid SliderJointComponents::setIsLowerLimitViolated(Entity jointEntity, bool isLowerLimitViolated) { in setIsLowerLimitViolated() argument881 mIsLowerLimitViolated[mMapEntityToComponentIndex[jointEntity]] = isLowerLimitViolated; in setIsLowerLimitViolated()
235 bool isLowerLimitViolated = lowerLimitError <= 0; in initBeforeSolve() local236 mHingeJointComponents.mIsLowerLimitViolated[i] = isLowerLimitViolated; in initBeforeSolve()237 if (!isLowerLimitViolated || isLowerLimitViolated != oldIsLowerLimitViolated) { in initBeforeSolve()
325 bool isLowerLimitViolated(mIsLowerLimitViolated[index1]); in swapComponents() local367 mIsLowerLimitViolated[index2] = isLowerLimitViolated; in swapComponents()
351 bool isLowerLimitViolated(mIsLowerLimitViolated[index1]); in swapComponents() local398 mIsLowerLimitViolated[index2] = isLowerLimitViolated; in swapComponents()