BulletClosestHitSweepResult
from panda3d.bullet import BulletClosestHitSweepResult
- class BulletClosestHitSweepResult
Bases:
Bases:
btCollisionWorld.ClosestConvexResultCallback
,MemoryBase
Inheritance diagram
- __init__(param0: BulletClosestHitSweepResult)
- static empty() BulletClosestHitSweepResult
Named constructor intended to be used for asserts with have to return a concrete value.
- get_from_pos() panda3d.core.LPoint3
- get_hit_normal() panda3d.core.LVector3
- get_hit_pos() panda3d.core.LPoint3
- get_node() panda3d.core.PandaNode
- get_to_pos() panda3d.core.LPoint3