Searched refs:btTypedConstraintType (Results 1 – 5 of 5) sorted by relevance
36 enum btTypedConstraintType enum116 btTypedConstraint(btTypedConstraintType type, btRigidBody& rbA); in ATTRIBUTE_ALIGNED16()117 btTypedConstraint(btTypedConstraintType type, btRigidBody& rbA,btRigidBody& rbB); in ATTRIBUTE_ALIGNED16()315 btTypedConstraintType getConstraintType () const in ATTRIBUTE_ALIGNED16()317 return btTypedConstraintType(m_objectType); in ATTRIBUTE_ALIGNED16()
24 btTypedConstraint::btTypedConstraint(btTypedConstraintType type, btRigidBody& rbA) in btTypedConstraint()41 btTypedConstraint::btTypedConstraint(btTypedConstraintType type, btRigidBody& rbA,btRigidBody& rbB) in btTypedConstraint()
11 public final class btTypedConstraintType { class
91 SPECIFY_CLASS(btTypedConstraintType, com.badlogic.gdx.physics.bullet.dynamics)
6249 btTypedConstraintType result; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btTypedConstraint_1getConstraintType()6255 result = (btTypedConstraintType)((btTypedConstraint const *)arg1)->getConstraintType(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btTypedConstraint_1getConstraintType()