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