BulletTranslationalLimitMotor

from panda3d.bullet import BulletTranslationalLimitMotor
class BulletTranslationalLimitMotor

Bases:

Rotation Limit structure for generic joints.

Inheritance diagram

Inheritance diagram of BulletTranslationalLimitMotor

__init__(copy: BulletTranslationalLimitMotor)
property accumulated_impulse LVector3
property current_diff LPoint3
property current_error LVector3
get_accumulated_impulse() panda3d.core.LVector3
get_current_diff() panda3d.core.LPoint3
get_current_error() panda3d.core.LVector3
get_current_limit(axis: int) int

Retrieves the current value of angle: 0 = free, 1 = at low limit, 2 = at high limit.

get_motor_enabled(axis: int) bool
is_limited(axis: int) bool
set_damping(damping: float)
set_high_limit(limit: panda3d.core.LVecBase3)
set_low_limit(limit: panda3d.core.LVecBase3)
set_max_motor_force(force: panda3d.core.LVecBase3)
set_motor_enabled(axis: int, enable: bool)
set_normal_cfm(cfm: panda3d.core.LVecBase3)
set_restitution(restitution: float)
set_softness(softness: float)
set_stop_cfm(cfm: panda3d.core.LVecBase3)
set_stop_erp(erp: panda3d.core.LVecBase3)
set_target_velocity(velocity: panda3d.core.LVecBase3)