BulletAllHitsRayResult

from panda3d.bullet import BulletAllHitsRayResult
class BulletAllHitsRayResult

Bases:

Bases: btCollisionWorld.AllHitsRayResultCallback

Inheritance diagram

Inheritance diagram of BulletAllHitsRayResult

property closest_hit_fraction float
static empty() BulletAllHitsRayResult

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

property from_pos LPoint3
getClosestHitFraction() float
getFromPos() panda3d.core.LPoint3
getHit(idx: int) BulletRayHit
getHits() list
getNumHits() int
getToPos() panda3d.core.LPoint3
hasHits() bool
property hits Sequence[BulletRayHit]
property to_pos LPoint3