BulletWheelRaycastInfo¶
from panda3d.bullet import BulletWheelRaycastInfo
-
class
BulletWheelRaycastInfo
¶ Inheritance diagram
-
__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¶
-
getWheelAxleWs
() → panda3d.core.LVector3¶
-
getWheelDirectionWs
() → panda3d.core.LVector3¶
-
property
ground_object
→ PandaNode¶
-
property
hard_point_ws
→ LPoint3¶
-
property
wheel_axle_ws
→ LVector3¶
-
property
wheel_direction_ws
→ LVector3¶
-