OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getInvInertiaTensorWorld
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.h
271
const btMatrix3x3&
getInvInertiaTensorWorld
() const {
406
btVector3 vec = (c0 *
getInvInertiaTensorWorld
()).cross(r0);
414
btVector3 vec = axis *
getInvInertiaTensorWorld
();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btRigidBodyDoubleData.java
75
public SWIGTYPE_p_btMatrix3x3DoubleData
getInvInertiaTensorWorld
() {
btRigidBodyFloatData.java
75
public SWIGTYPE_p_btMatrix3x3FloatData
getInvInertiaTensorWorld
() {
btRigidBody.java
446
public Matrix3
getInvInertiaTensorWorld
() {
Completed in 2730 milliseconds