00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #ifndef PHYSXCONSTRAINTDOMINANCE_H
00016 #define PHYSXCONSTRAINTDOMINANCE_H
00017
00018 #include "pandabase.h"
00019 #include "luse.h"
00020
00021 #include "config_physx.h"
00022
00023 class PhysxShape;
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035 class EXPCL_PANDAPHYSX PhysxConstraintDominance {
00036
00037 PUBLISHED:
00038 INLINE PhysxConstraintDominance(float d0, float d1);
00039 INLINE ~PhysxConstraintDominance();
00040
00041 float get_0() const;
00042 float get_1() const;
00043 void set_0(float d0);
00044 void set_1(float d1);
00045
00046 public:
00047 INLINE void set_dominance(NxConstraintDominance value);
00048 INLINE NxConstraintDominance get_dominance() const;
00049
00050 private:
00051 NxConstraintDominance _dominance;
00052 };
00053
00054 #include "physxConstraintDominance.I"
00055
00056 #endif // PHYSXCONSTRAINTDOMINANCE_H