BulletAllHitsRayResult

from panda3d.bullet import BulletAllHitsRayResult
class BulletAllHitsRayResult

Bases:

Bases: btCollisionWorld.AllHitsRayResultCallback, MemoryBase

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
get_closest_hit_fraction() float
get_from_pos() panda3d.core.LPoint3
get_hit(idx: int) BulletRayHit
get_hits() list
get_num_hits() int
get_to_pos() panda3d.core.LPoint3
has_hits() bool
property hits Sequence[BulletRayHit]
property to_pos LPoint3