BulletAllHitsRayResult
from panda3d.bullet import BulletAllHitsRayResult
- class BulletAllHitsRayResult
Bases:
Bases:
btCollisionWorld.AllHitsRayResultCallback
,MemoryBase
Inheritance diagram
- static empty() BulletAllHitsRayResult
Named constructor intended to be used for asserts with have to return a concrete value.
- get_from_pos() panda3d.core.LPoint3
- get_hit(idx: int) BulletRayHit
- get_to_pos() panda3d.core.LPoint3
- property hits Sequence[BulletRayHit]