Files
eigen/Eigen/src/Core
Gael Guennebaud 05ad083467 Added MatrixBase::Unit*() static function to easily create unit/basis vectors.
Removed EulerAngles, addes typdefs for Quaternion and AngleAxis,
and added automatic conversions from Quaternion/AngleAxis to Matrix3 such that:
 Matrix3f m = AngleAxisf(0.2,Vector3f::UnitX) * AngleAxisf(0.2,Vector3f::UnitY);
just works.
2008-07-19 13:03:23 +00:00
..
2008-04-25 23:10:37 +00:00
2008-06-27 01:22:35 +00:00
2008-07-08 07:56:01 +00:00
2008-05-12 21:15:17 +00:00
2008-07-02 16:05:33 +00:00