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
get_contact_normal_ws() panda3d.core.LVector3
get_contact_point_ws() panda3d.core.LPoint3
get_ground_object() panda3d.core.PandaNode
get_hard_point_ws() panda3d.core.LPoint3
get_suspension_length() float
get_wheel_axle_ws() panda3d.core.LVector3
get_wheel_direction_ws() panda3d.core.LVector3
property ground_object PandaNode
property hard_point_ws LPoint3
property in_contact bool
is_in_contact() bool
property suspension_length float
property wheel_axle_ws LVector3
property wheel_direction_ws LVector3