HomeSort by relevance Sort by last modified time
    Searched refs:RaycastInfo (Results 1 - 4 of 4) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btWheelInfo.h 40 struct RaycastInfo
53 RaycastInfo m_raycastInfo;
110 void updateWheel(const btRigidBody& chassis,RaycastInfo& raycastInfo);
btWheelInfo.cpp 22 void btWheelInfo::updateWheel(const btRigidBody& chassis,RaycastInfo& raycastInfo)
24 (void)raycastInfo;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btWheelInfo.java 62 static public class RaycastInfo extends BulletBase {
65 protected RaycastInfo(final String className, long cPtr, boolean cMemoryOwn) {
70 /** Construct a new RaycastInfo, normally you should not need this constructor it's intended for low-level usage. */
71 public RaycastInfo(long cPtr, boolean cMemoryOwn) {
72 this("RaycastInfo", cPtr, cMemoryOwn);
83 public static long getCPtr(RaycastInfo obj) {
174 public RaycastInfo() {
180 public void setRaycastInfo(btWheelInfo.RaycastInfo value) {
181 DynamicsJNI.btWheelInfo_raycastInfo_set(swigCPtr, this, btWheelInfo.RaycastInfo.getCPtr(value), value);
184 public btWheelInfo.RaycastInfo getRaycastInfo()
    [all...]
DynamicsJNI.java     [all...]

Completed in 396 milliseconds