00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 INLINE PhysxRevoluteJointDesc::
00023 PhysxRevoluteJointDesc() : PhysxJointDesc() {
00024
00025 set_to_default();
00026 }
00027
00028
00029
00030
00031
00032
00033 INLINE PhysxRevoluteJointDesc::
00034 ~PhysxRevoluteJointDesc() {
00035
00036 }
00037
00038
00039
00040
00041
00042
00043 INLINE void PhysxRevoluteJointDesc::
00044 set_to_default() {
00045
00046 _desc.setToDefault();
00047 set_name("");
00048 }
00049
00050
00051
00052
00053
00054
00055 INLINE bool PhysxRevoluteJointDesc::
00056 is_valid() const {
00057
00058 return _desc.isValid();
00059 }
00060