Panda3D
|
Public Member Functions | |
LPoint3 | get_from_pos () const |
PN_stdfloat | get_hit_fraction () const |
LVector3 | get_hit_normal () const |
LPoint3 | get_hit_pos () const |
PandaNode * | get_node () const |
LPoint3 | get_to_pos () const |
bool | has_hit () const |
virtual bool | needsCollision (btBroadphaseProxy *proxy0) const |
Override default implementation. | |
Static Public Member Functions | |
static BulletClosestHitRayResult | empty () |
Named constructor intended to be used for asserts with have to return a concrete value. | |
Friends | |
class | BulletWorld |
Definition at line 31 of file bulletClosestHitRayResult.h.
BulletClosestHitRayResult BulletClosestHitRayResult::empty | ( | ) | [inline, static] |
Named constructor intended to be used for asserts with have to return a concrete value.
Definition at line 23 of file bulletClosestHitRayResult.I.
References BitMask< WType, nbits >::all_on().
bool BulletClosestHitRayResult::needsCollision | ( | btBroadphaseProxy * | proxy0 | ) | const [virtual] |
Override default implementation.
Definition at line 34 of file bulletClosestHitRayResult.cxx.