BulletRayHit

from panda3d.bullet import BulletRayHit
class BulletRayHit

Bases:

Inheritance diagram

Inheritance diagram of BulletRayHit

__init__()
__init__(param0: BulletRayHit)
static empty() BulletRayHit

Named constructor intended to be used for asserts with have to return a concrete value.

getHitFraction() float
getHitNormal() panda3d.core.LVector3
getHitPos() panda3d.core.LPoint3
getNode() panda3d.core.PandaNode
getShapePart() int
getTriangleIndex() int
property hit_fraction float
property hit_normal LVector3
property hit_pos LPoint3
property node PandaNode
property shape_part int
property triangle_index int