Panda3D
Public Member Functions | Static Public Member Functions | Public Attributes | Friends | List of all members
BulletClosestHitSweepResult Struct Reference
Inheritance diagram for BulletClosestHitSweepResult:

Public Member Functions

LPoint3 get_from_pos () const
 
PN_stdfloat get_hit_fraction () const
 
LVector3 get_hit_normal () const
 
LPoint3 get_hit_pos () const
 
PandaNodeget_node () const
 
LPoint3 get_to_pos () const
 
bool has_hit () const
 
virtual bool needsCollision (btBroadphaseProxy *proxy0) const
 Override default implementation. More...
 

Static Public Member Functions

static BulletClosestHitSweepResult empty ()
 Named constructor intended to be used for asserts with have to return a concrete value. More...
 

Public Attributes

 get_from_pos
 
 get_hit_fraction
 
 get_hit_normal
 
 get_hit_pos
 
 get_node
 
 get_to_pos
 

Friends

class BulletWorld
 

Detailed Description

Definition at line 29 of file bulletClosestHitSweepResult.h.

Member Function Documentation

◆ empty()

BulletClosestHitSweepResult BulletClosestHitSweepResult::empty ( )
inlinestatic

Named constructor intended to be used for asserts with have to return a concrete value.

Definition at line 19 of file bulletClosestHitSweepResult.I.

References BitMask< WType, nbits >::all_on().

◆ needsCollision()

bool BulletClosestHitSweepResult::needsCollision ( btBroadphaseProxy *  proxy0) const
virtual

Override default implementation.

Definition at line 29 of file bulletClosestHitSweepResult.cxx.


The documentation for this struct was generated from the following files: