OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createGeneric6DofConstraint
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
btWorldImporter.java
316
public btGeneric6DofConstraint
createGeneric6DofConstraint
(btRigidBody rbA, btRigidBody rbB, Matrix4 frameInA, Matrix4 frameInB, boolean useLinearReferenceFrameA) {
321
public btGeneric6DofConstraint
createGeneric6DofConstraint
(btRigidBody rbB, Matrix4 frameInB, boolean useLinearReferenceFrameB) {
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
667
dof =
createGeneric6DofConstraint
(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_useLinearReferenceFrameA!=0);
674
dof =
createGeneric6DofConstraint
(*rbB,rbBFrame,dofData->m_useLinearReferenceFrameA!=0);
677
printf("Error in btWorldImporter::
createGeneric6DofConstraint
: missing rbB\n");
885
dof =
createGeneric6DofConstraint
(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_useLinearReferenceFrameA!=0);
892
dof =
createGeneric6DofConstraint
(*rbB,rbBFrame,dofData->m_useLinearReferenceFrameA!=0);
895
printf("Error in btWorldImporter::
createGeneric6DofConstraint
: missing rbB\n");
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
Completed in 36 milliseconds