~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to extern/bullet2/src/BulletCollision/CollisionDispatch/btCollisionWorld.h

  • Committer: Bazaar Package Importer
  • Author(s): Kevin Roy
  • Date: 2011-02-08 22:20:54 UTC
  • mfrom: (1.4.2 upstream)
  • mto: (14.2.6 sid) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: james.westby@ubuntu.com-20110208222054-kk0gwa4bu8h5lyq4
Tags: upstream-2.56.1-beta-svn34076
ImportĀ upstreamĀ versionĀ 2.56.1-beta-svn34076

Show diffs side-by-side

added added

removed removed

Lines of Context:
354
354
 
355
355
        /// rayTest performs a raycast on all objects in the btCollisionWorld, and calls the resultCallback
356
356
        /// This allows for several queries: first hit, all hits, any hit, dependent on the value returned by the callback.
357
 
        void    rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, RayResultCallback& resultCallback) const; 
 
357
        virtual void rayTest(const btVector3& rayFromWorld, const btVector3& rayToWorld, RayResultCallback& resultCallback) const; 
358
358
 
359
359
        // convexTest performs a swept convex cast on all objects in the btCollisionWorld, and calls the resultCallback
360
360
        // This allows for several queries: first hit, all hits, any hit, dependent on the value return by the callback.