Home
last modified time | relevance | path

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

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/components/
H A DFixedJointComponents.cpp197 Vector3 impulseTranslation1(mImpulseTranslation[index1]); in swapComponents() local
219 new (mImpulseTranslation + index2) Vector3(impulseTranslation1); in swapComponents()
H A DHingeJointComponents.cpp302 Vector3 impulseTranslation1(mImpulseTranslation[index1]); in swapComponents() local
344 new (mImpulseTranslation + index2) Vector3(impulseTranslation1); in swapComponents()
H A DSliderJointComponents.cpp327 Vector2 impulseTranslation1(mImpulseTranslation[index1]); in swapComponents() local
374 new (mImpulseTranslation + index2) Vector2(impulseTranslation1); in swapComponents()