git-svn-id: svn://db.shs.com.ru/pip@656 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -39,7 +39,7 @@ public:
|
||||
|
||||
double & scalar() {return q[0];}
|
||||
double scalar() const {return q[0];}
|
||||
PIMathVectorT3d vector() const {return PIMathVectorT3d(q[1], q[2], q[3]);}
|
||||
PIMathVectorT3d vector() const {return createVectorT3<double>(q[1], q[2], q[3]);}
|
||||
|
||||
PIMathVectorT3d eyler() const;
|
||||
PIMathMatrixT33d rotationMatrix() const;
|
||||
|
||||
Reference in New Issue
Block a user