HomeSort by relevance Sort by last modified time
    Searched defs:btVehicleRaycasterResult (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Vehicle/
btVehicleRaycaster.h 22 struct btVehicleRaycasterResult
24 btVehicleRaycasterResult() :m_distFraction(btScalar(-1.)){};
30 virtual void* castRay(const btVector3& from,const btVector3& to, btVehicleRaycasterResult& result) = 0;
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
btVehicleRaycaster.java 62 static public class btVehicleRaycasterResult extends BulletBase {
65 protected btVehicleRaycasterResult(final String className, long cPtr, boolean cMemoryOwn) {
70 /** Construct a new btVehicleRaycasterResult, normally you should not need this constructor it's intended for low-level usage. */
71 public btVehicleRaycasterResult(long cPtr, boolean cMemoryOwn) {
72 this("btVehicleRaycasterResult", cPtr, cMemoryOwn);
83 public static long getCPtr(btVehicleRaycasterResult obj) {
105 public btVehicleRaycasterResult() {
137 public long castRay(Vector3 from, Vector3 to, btVehicleRaycaster.btVehicleRaycasterResult result) {
138 return DynamicsJNI.btVehicleRaycaster_castRay(swigCPtr, this, from, to, btVehicleRaycaster.btVehicleRaycasterResult.getCPtr(result), result);

Completed in 71 milliseconds