|
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 BulletClosestHitSweepResult | empty () |
| Named constructor intended to be used for asserts with have to return a concrete value. | |
Public Attributes | |
| get_from_pos | |
| get_hit_fraction | |
| get_hit_normal | |
| get_hit_pos | |
| get_node | |
| get_to_pos | |
Friends | |
| class | BulletWorld |
Definition at line 29 of file bulletClosestHitSweepResult.h.
|
inlinestatic |
Named constructor intended to be used for asserts with have to return a concrete value.
Definition at line 18 of file bulletClosestHitSweepResult.I.
References BitMask< uint32_t, 32 >::all_on().
Referenced by BulletWorld::sweep_test_closest().
| bool BulletClosestHitSweepResult::has_hit | ( | ) | const |
Definition at line 41 of file bulletClosestHitSweepResult.cxx.
|
virtual |
Override default implementation.
Definition at line 28 of file bulletClosestHitSweepResult.cxx.
References PandaNode::get_into_collide_mask.
|
friend |
Definition at line 59 of file bulletClosestHitSweepResult.h.
| LPoint3 BulletClosestHitSweepResult::get_from_pos |
Definition at line 44 of file bulletClosestHitSweepResult.h.
| PN_stdfloat BulletClosestHitSweepResult::get_hit_fraction |
Definition at line 49 of file bulletClosestHitSweepResult.h.
| LVector3 BulletClosestHitSweepResult::get_hit_normal |
Definition at line 48 of file bulletClosestHitSweepResult.h.
| LPoint3 BulletClosestHitSweepResult::get_hit_pos |
Definition at line 47 of file bulletClosestHitSweepResult.h.
| PandaNode * BulletClosestHitSweepResult::get_node |
Definition at line 46 of file bulletClosestHitSweepResult.h.
| LPoint3 BulletClosestHitSweepResult::get_to_pos |
Definition at line 45 of file bulletClosestHitSweepResult.h.