OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:createGeneric6DofSpringConstraint
(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
326
public btGeneric6DofSpringConstraint
createGeneric6DofSpringConstraint
(btRigidBody rbA, btRigidBody rbB, Matrix4 frameInA, Matrix4 frameInB, boolean useLinearReferenceFrameA) {
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.cpp
620
dof =
createGeneric6DofSpringConstraint
(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_6dofData.m_useLinearReferenceFrameA!=0);
623
printf("Error in btWorldImporter::
createGeneric6DofSpringConstraint
: requires rbA && rbB\n");
839
dof =
createGeneric6DofSpringConstraint
(*rbA,*rbB,rbAFrame,rbBFrame,dofData->m_6dofData.m_useLinearReferenceFrameA!=0);
842
printf("Error in btWorldImporter::
createGeneric6DofSpringConstraint
: requires rbA && rbB\n");
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.cpp
[
all
...]
Completed in 2446 milliseconds