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

Public Member Functions

float getClosestHitFraction ()
 
LPoint3 getFromPos ()
 
const BulletRayHit getHit (int idx)
 
list getHits ()
 
int getNumHits ()
 
LPoint3 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. More...
 

Member Function Documentation

◆ empty()

static BulletAllHitsRayResult empty ( )
static

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

◆ getClosestHitFraction()

float getClosestHitFraction ( )

◆ getFromPos()

LPoint3 getFromPos ( )

◆ getHit()

const BulletRayHit getHit ( int  idx)

◆ getHits()

list getHits ( )

◆ getNumHits()

int getNumHits ( )

◆ getToPos()

LPoint3 getToPos ( )

◆ hasHits()

bool hasHits ( )