Home
last modified time | relevance | path

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

/external/jmonkeyengine/engine/src/bullet-native/
Dcom_jme3_bullet_joints_ConeJoint.cpp85 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_ConeJoint_createJoint() local
94 btConeTwistConstraint* joint = new btConeTwistConstraint(*bodyA, *bodyB, transA, transB); in Java_com_jme3_bullet_joints_ConeJoint_createJoint()
Dcom_jme3_bullet_joints_SixDofSpringJoint.cpp80 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint() local
88 …btGeneric6DofSpringConstraint* joint = new btGeneric6DofSpringConstraint(*bodyA, *bodyB, transA, t… in Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint()
Dcom_jme3_bullet_joints_Point2PointJoint.cpp148 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint() local
156 btHingeConstraint* joint = new btHingeConstraint(*bodyA, *bodyB, transA, transB); in Java_com_jme3_bullet_joints_Point2PointJoint_createJoint()
Dcom_jme3_bullet_joints_SixDofJoint.cpp156 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_SixDofJoint_createJoint() local
165 …btGeneric6DofConstraint* joint = new btGeneric6DofConstraint(*bodyA, *bodyB, transA, transB, useLi… in Java_com_jme3_bullet_joints_SixDofJoint_createJoint()
Dcom_jme3_bullet_joints_HingeJoint.cpp212 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_HingeJoint_createJoint() local
221 btHingeConstraint* joint = new btHingeConstraint(*bodyA, *bodyB, vec1, vec2, vec3, vec4); in Java_com_jme3_bullet_joints_HingeJoint_createJoint()
Dcom_jme3_bullet_joints_SliderJoint.cpp948 btRigidBody* bodyB = reinterpret_cast<btRigidBody*>(bodyIdB); in Java_com_jme3_bullet_joints_SliderJoint_createJoint() local
957 …btSliderConstraint* joint = new btSliderConstraint(*bodyA, *bodyB, transA, transB, useLinearRefere… in Java_com_jme3_bullet_joints_SliderJoint_createJoint()