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