19 void PhysxJointLimitDesc::
20 set_value(
float value) {
28 void PhysxJointLimitDesc::
29 set_restitution(
float restitution) {
31 _desc.restitution = restitution;
37 void PhysxJointLimitDesc::
38 set_hardness(
float hardness) {
40 _desc.hardness = hardness;
46 float PhysxJointLimitDesc::
55 float PhysxJointLimitDesc::
56 get_restitution()
const {
58 return _desc.restitution;
64 float PhysxJointLimitDesc::
65 get_hardness()
const {
67 return _desc.hardness;
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.