BulletWheelRaycastInfo

from panda3d.bullet import BulletWheelRaycastInfo
class BulletWheelRaycastInfo

Bases:

Inheritance diagram

Inheritance diagram of BulletWheelRaycastInfo

__init__(param0: BulletWheelRaycastInfo)
property contact_normal_ws LVector3
property contact_point_ws LPoint3
getContactNormalWs() panda3d.core.LVector3
getContactPointWs() panda3d.core.LPoint3
getGroundObject() panda3d.core.PandaNode
getHardPointWs() panda3d.core.LPoint3
getSuspensionLength() float
getWheelAxleWs() panda3d.core.LVector3
getWheelDirectionWs() panda3d.core.LVector3
property ground_object PandaNode
property hard_point_ws LPoint3
property in_contact bool
isInContact() bool
property suspension_length float
property wheel_axle_ws LVector3
property wheel_direction_ws LVector3