Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Static Public Member Functions
BulletAllHitsRayResult Struct Reference
Inheritance diagram for BulletAllHitsRayResult:
AllHitsRayResultCallback

List of all members.

Public Member Functions

float getClosestHitFraction ()
Point3 getFromPos ()
BulletRayHit const getHit (int idx)
list getHits ()
int getNumHits ()
Point3 getToPos ()
bool hasHits ()

Static Public Member Functions

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

Member Function Documentation

static BulletAllHitsRayResult empty ( ) [static]

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

Point3 getFromPos ( )
BulletRayHit const getHit ( int  idx)
list getHits ( )
int getNumHits ( )
Point3 getToPos ( )
bool hasHits ( )
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties