Files
eigen/unsupported/test
Tal Hadad 2aaaf22623 Fix Gael reports (except documention)
- "Scalar angle(int) const"  should be  "const Vector& angles() const"
- then method "coeffs" could be removed.
- avoid one letter names like h, p, r -> use alpha(), beta(), gamma() ;)
- about the "fromRotation" methods:
 - replace the ones which are not static by operator= (as in Quaternion)
 - the others are actually static methods: use a capital F: FromRotation
- method "invert" should be removed.
- use a macro to define both float and double EulerAnglesXYZ* typedefs
- AddConstIf -> not used
- no needs for NegateIfXor, compilers are extremely good at optimizing away branches based on compile time constants:
  if(IsHeadingOpposite-=IsEven) res.alpha() = -res.alpha();
2016-06-02 22:12:57 +03:00
..
2015-08-19 21:38:18 +02:00
2015-12-20 12:50:07 +02:00
2015-03-16 13:17:52 -07:00
2010-02-16 21:41:04 -05:00
2014-02-17 09:56:46 +01:00
2015-11-30 16:00:22 +01:00
2013-08-02 22:40:36 +02:00
2015-02-10 19:22:05 +01:00