Home
last modified time | relevance | path

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

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/include/reactphysics3d/components/
H A DFixedJointComponents.h146 void setLocalAnchorPointBody1(Entity jointEntity, const Vector3& localAnchorPointBody1);
248 …intComponents::setLocalAnchorPointBody1(Entity jointEntity, const Vector3& localAnchorPointBody1) { in setLocalAnchorPointBody1() argument
251 mLocalAnchorPointBody1[mMapEntityToComponentIndex[jointEntity]] = localAnchorPointBody1; in setLocalAnchorPointBody1()
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/src/components/
H A DBallAndSocketJointComponents.cpp170 Vector3 localAnchorPointBody1(mLocalAnchorPointBody1[index1]); in swapComponents() local
188 new (mLocalAnchorPointBody1 + index2) Vector3(localAnchorPointBody1); in swapComponents()
H A DFixedJointComponents.cpp191 Vector3 localAnchorPointBody1(mLocalAnchorPointBody1[index1]); in swapComponents() local
213 new (mLocalAnchorPointBody1 + index2) Vector3(localAnchorPointBody1); in swapComponents()
H A DHingeJointComponents.cpp296 Vector3 localAnchorPointBody1(mLocalAnchorPointBody1[index1]); in swapComponents() local
338 new (mLocalAnchorPointBody1 + index2) Vector3(localAnchorPointBody1); in swapComponents()
H A DSliderJointComponents.cpp323 Vector3 localAnchorPointBody1(mLocalAnchorPointBody1[index1]); in swapComponents() local
370 new (mLocalAnchorPointBody1 + index2) Vector3(localAnchorPointBody1); in swapComponents()