/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/ |
D | btWheelInfo.java | 19 public class btWheelInfo extends BulletBase { class 22 protected btWheelInfo(final String className, long cPtr, boolean cMemoryOwn) { in btWheelInfo() method in btWheelInfo 28 public btWheelInfo(long cPtr, boolean cMemoryOwn) { in btWheelInfo() method in btWheelInfo 40 public static long getCPtr(btWheelInfo obj) { in getCPtr() 180 public void setRaycastInfo(btWheelInfo.RaycastInfo value) { in setRaycastInfo() 181 …DynamicsJNI.btWheelInfo_raycastInfo_set(swigCPtr, this, btWheelInfo.RaycastInfo.getCPtr(value), va… in setRaycastInfo() 184 public btWheelInfo.RaycastInfo getRaycastInfo() { in getRaycastInfo() 186 return (cPtr == 0) ? null : new btWheelInfo.RaycastInfo(cPtr, false); in getRaycastInfo() 357 public btWheelInfo() { in btWheelInfo() method in btWheelInfo 361 public btWheelInfo(btWheelInfoConstructionInfo ci) { in btWheelInfo() method in btWheelInfo [all …]
|
D | btRaycastVehicle.java | 167 public float rayCast(btWheelInfo wheel) { in rayCast() 168 return DynamicsJNI.btRaycastVehicle_rayCast(swigCPtr, this, btWheelInfo.getCPtr(wheel), wheel); in rayCast() 203 …public btWheelInfo addWheel(Vector3 connectionPointCS0, Vector3 wheelDirectionCS0, Vector3 wheelAx… in addWheel() 204 …return new btWheelInfo(DynamicsJNI.btRaycastVehicle_addWheel(swigCPtr, this, connectionPointCS0, w… in addWheel() 220 public btWheelInfo getWheelInfo(int index) { in getWheelInfo() 221 …return new btWheelInfo(DynamicsJNI.btRaycastVehicle_getWheelInfo__SWIG_0(swigCPtr, this, index), f… in getWheelInfo() 224 public void updateWheelTransformsWS(btWheelInfo wheel, boolean interpolatedTransform) { in updateWheelTransformsWS() 225 …DynamicsJNI.btRaycastVehicle_updateWheelTransformsWS__SWIG_0(swigCPtr, this, btWheelInfo.getCPtr(w… in updateWheelTransformsWS() 228 public void updateWheelTransformsWS(btWheelInfo wheel) { in updateWheelTransformsWS() 229 …DynamicsJNI.btRaycastVehicle_updateWheelTransformsWS__SWIG_1(swigCPtr, this, btWheelInfo.getCPtr(w… in updateWheelTransformsWS()
|
D | DynamicsJNI.java | 1793 …ic native void btWheelInfo_RaycastInfo_contactNormalWS_set(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_contactNormalWS_set() 1794 …ic native long btWheelInfo_RaycastInfo_contactNormalWS_get(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_contactNormalWS_get() 1795 …tic native void btWheelInfo_RaycastInfo_contactPointWS_set(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_contactPointWS_set() 1796 …tic native long btWheelInfo_RaycastInfo_contactPointWS_get(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_contactPointWS_get() 1797 …c native void btWheelInfo_RaycastInfo_suspensionLength_set(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_suspensionLength_set() 1798 … native float btWheelInfo_RaycastInfo_suspensionLength_get(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_suspensionLength_get() 1799 …public final static native void btWheelInfo_RaycastInfo_hardPointWS_set(long jarg1, btWheelInfo.Ra… in btWheelInfo_RaycastInfo_hardPointWS_set() 1800 …public final static native long btWheelInfo_RaycastInfo_hardPointWS_get(long jarg1, btWheelInfo.Ra… in btWheelInfo_RaycastInfo_hardPointWS_get() 1801 …c native void btWheelInfo_RaycastInfo_wheelDirectionWS_set(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_wheelDirectionWS_set() 1802 …c native long btWheelInfo_RaycastInfo_wheelDirectionWS_get(long jarg1, btWheelInfo.RaycastInfo jar… in btWheelInfo_RaycastInfo_wheelDirectionWS_get() [all …]
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/ |
D | btRaycastVehicle.h | 97 btScalar rayCast(btWheelInfo& wheel); 117 …btWheelInfo& addWheel( const btVector3& connectionPointCS0, const btVector3& wheelDirectionCS0,con… 123 btAlignedObjectArray<btWheelInfo> m_wheelInfo; 126 const btWheelInfo& getWheelInfo(int index) const; 128 btWheelInfo& getWheelInfo(int index); 130 void updateWheelTransformsWS(btWheelInfo& wheel , bool interpolatedTransform = true);
|
D | btRaycastVehicle.cpp | 65 btWheelInfo& btRaycastVehicle::addWheel( const btVector3& connectionPointCS, const btVector3& wheel… in addWheel() 83 m_wheelInfo.push_back( btWheelInfo(ci)); in addWheel() 85 btWheelInfo& wheel = m_wheelInfo[getNumWheels()-1]; in addWheel() 98 const btWheelInfo& wheel = m_wheelInfo[wheelIndex]; in getWheelTransformWS() 106 btWheelInfo& wheel = m_wheelInfo[ wheelIndex ]; in updateWheelTransform() 142 btWheelInfo& wheel = m_wheelInfo[i]; in resetSuspension() 152 void btRaycastVehicle::updateWheelTransformsWS(btWheelInfo& wheel , bool interpolatedTransform) in updateWheelTransformsWS() 167 btScalar btRaycastVehicle::rayCast(btWheelInfo& wheel) in rayCast() 310 btWheelInfo& wheel = m_wheelInfo[i]; in updateVehicle() 332 btWheelInfo& wheel = m_wheelInfo[i]; in updateVehicle() [all …]
|
D | btWheelInfo.h | 38 struct btWheelInfo struct 82 btWheelInfo() {} in btWheelInfo() argument 84 btWheelInfo(btWheelInfoConstructionInfo& ci) in btWheelInfo() function
|
D | btWheelInfo.cpp | 15 btScalar btWheelInfo::getSuspensionRestLength() const in getSuspensionRestLength() 22 void btWheelInfo::updateWheel(const btRigidBody& chassis,RaycastInfo& raycastInfo) in updateWheel()
|
/external/libgdx/extensions/gdx-bullet/jni/src/ |
D | updating.txt | 6 - Add a default ctor to btWheelInfo.h (around line 82): `btWheelInfo() {}`
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/ |
D | dynamics_wrap.cpp | 29615 btWheelInfo::RaycastInfo *arg1 = (btWheelInfo::RaycastInfo *) 0 ; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactNormalWS_1set() 29622 arg1 = *(btWheelInfo::RaycastInfo **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactNormalWS_1set() 29630 btWheelInfo::RaycastInfo *arg1 = (btWheelInfo::RaycastInfo *) 0 ; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactNormalWS_1get() 29636 arg1 = *(btWheelInfo::RaycastInfo **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactNormalWS_1get() 29644 btWheelInfo::RaycastInfo *arg1 = (btWheelInfo::RaycastInfo *) 0 ; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactPointWS_1set() 29651 arg1 = *(btWheelInfo::RaycastInfo **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactPointWS_1set() 29659 btWheelInfo::RaycastInfo *arg1 = (btWheelInfo::RaycastInfo *) 0 ; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactPointWS_1get() 29665 arg1 = *(btWheelInfo::RaycastInfo **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1contactPointWS_1get() 29673 btWheelInfo::RaycastInfo *arg1 = (btWheelInfo::RaycastInfo *) 0 ; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1suspensionLength_1set() 29679 arg1 = *(btWheelInfo::RaycastInfo **)&jarg1; in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btWheelInfo_1RaycastInfo_1suspensionLength_1set() [all …]
|
D | classes.i | 94 SPECIFY_CLASS(btWheelInfo, com.badlogic.gdx.physics.bullet.dynamics)
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ |
D | CMakeLists.txt | 28 Vehicle/btWheelInfo.cpp 78 Vehicle/btWheelInfo.h
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | VehicleTest.java | 41 import com.badlogic.gdx.physics.bullet.dynamics.btWheelInfo; 106 btWheelInfo wheelInfo; in create()
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_objects_PhysicsVehicle.cpp | 144 … btWheelInfo* info = &vehicle->addWheel(vec1, vec2, vec3, restLength, radius, tune, frontWheel); in Java_com_jme3_bullet_objects_PhysicsVehicle_addWheel()
|
/external/jmonkeyengine/engine/src/bullet-native/android/ |
D | Android.mk | 219 $(BULLET_PATH)/BulletDynamics/Vehicle/btWheelInfo.cpp\
|