BulletClosestHitSweepResult¶
from panda3d.bullet import BulletClosestHitSweepResult
-
class
BulletClosestHitSweepResult
¶ Bases:
btCollisionWorldClosestConvexResultCallback
Inheritance diagram
-
__init__
(param0: BulletClosestHitSweepResult)¶
-
static
empty
() → BulletClosestHitSweepResult¶ Named constructor intended to be used for asserts with have to return a concrete value.
-
property
from_pos
→ LPoint3¶
-
getFromPos
() → panda3d.core.LPoint3¶
-
getHitNormal
() → panda3d.core.LVector3¶
-
getHitPos
() → panda3d.core.LPoint3¶
-
getNode
() → panda3d.core.PandaNode¶
-
getToPos
() → panda3d.core.LPoint3¶
-
property
hit_normal
→ LVector3¶
-
property
hit_pos
→ LPoint3¶
-
property
node
→ PandaNode¶
-
property
to_pos
→ LPoint3¶
-