master
Jeremy Hu 2018-06-30 19:37:46 +08:00
parent 5001453ce3
commit f89117fd91
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public:
JointConstraintType type() const; JointConstraintType type() const;
float minHingeDegrees() const; float minHingeDegrees() const;
float maxHingeDegrees() const; float maxHingeDegrees() const;
const const QVector3D &hingePlaneNormal() const; const QVector3D &hingePlaneNormal() const;
private: private:
JointConstraintType m_type; JointConstraintType m_type;
float m_minHingeDegrees = 0; float m_minHingeDegrees = 0;