BulletClosestHitRayResult
from panda3d.bullet import BulletClosestHitRayResult
- class BulletClosestHitRayResult
Bases:
Bases:
btCollisionWorld.ClosestRayResultCallback
Inheritance diagram
- __init__(param0: BulletClosestHitRayResult)
- static empty() BulletClosestHitRayResult
Named constructor intended to be used for asserts with have to return a concrete value.
- getFromPos() panda3d.core.LPoint3
- getHitNormal() panda3d.core.LVector3
- getHitPos() panda3d.core.LPoint3
- getNode() panda3d.core.PandaNode
- getToPos() panda3d.core.LPoint3