OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createGeneric6DofSpring2Constraint
(Results
1 - 6
of
6
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/
extras_wrap.h
56
virtual btGeneric6DofSpring2Constraint *
createGeneric6DofSpring2Constraint
(btRigidBody &rbA, btRigidBody &rbB, btTransform const &frameInA, btTransform const &frameInB, int rotateOrder);
extras_wrap.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletWorldImporter/
btWorldImporter.h
203
virtual btGeneric6DofSpring2Constraint*
createGeneric6DofSpring2Constraint
(btRigidBody& rbA, btRigidBody& rbB, const btTransform& frameInA, const btTransform& frameInB, int rotateOrder );
btWorldImporter.cpp
971
dof =
createGeneric6DofSpring2Constraint
(*rbA,*rbB,rbAFrame,rbBFrame, dofData->m_rotateOrder);
974
printf("Error in btWorldImporter::
createGeneric6DofSpring2Constraint
: requires rbA && rbB\n");
1034
dof =
createGeneric6DofSpring2Constraint
(*rbA,*rbB,rbAFrame,rbBFrame, RO_XYZ);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/extras/com/badlogic/gdx/physics/bullet/extras/
ExtrasJNI.java
235
return btGeneric6DofSpring2Constraint.getCPtr(jself.
createGeneric6DofSpring2Constraint
(new btRigidBody(rbA, false), new btRigidBody(rbB, false), frameInA, frameInB, rotateOrder));
btWorldImporter.java
331
public btGeneric6DofSpring2Constraint
createGeneric6DofSpring2Constraint
(btRigidBody rbA, btRigidBody rbB, Matrix4 frameInA, Matrix4 frameInB, int rotateOrder) {
Completed in 1041 milliseconds