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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.h 203 ///RayResultCallback is used to report new raycast results
204 struct RayResultCallback
213 virtual ~RayResultCallback()
221 RayResultCallback()
242 struct ClosestRayResultCallback : public RayResultCallback
276 struct AllHitsRayResultCallback : public RayResultCallback
339 ///RayResultCallback is used to report new raycast results
445 virtual void rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, RayResultCallback& resultCallback) const;
467 RayResultCallback& resultCallback);
471 RayResultCallback& resultCallback)
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
RayResultCallback.java 18 public class RayResultCallback extends BulletBase {
21 protected RayResultCallback(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new RayResultCallback, normally you should not need this constructor it's intended for low-level usage. */
27 public RayResultCallback(long cPtr, boolean cMemoryOwn) {
28 this("RayResultCallback", cPtr, cMemoryOwn);
39 public static long getCPtr(RayResultCallback obj) {
120 public RayResultCallback() {
126 return (getClass() == RayResultCallback.class) ? CollisionJNI.RayResultCallback_needsCollision(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy0), proxy0) : CollisionJNI.RayResultCallback_needsCollisionSwigExplicitRayResultCallback(swigCPtr, this, btBroadphaseProxy.getCPtr(proxy0), proxy0);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp     [all...]

Completed in 353 milliseconds