Gael Guennebaud 9e7a9cde14 Add Scaling and Translation class as discussed on ML, still missing:
* handling Quaternion, AngleAxis and Rotation2D, 2 options here:
 1- make all of them inheriting a common base class Rotation such that we can
    have a single version of operator* for all the rotation type (they all get converted to a matrix)
 2- write a version for all type (so 3 rotations types * 3 for Transform,Translation and Scaling)
* real documentation
2008-08-30 00:08:23 +00:00
2008-08-29 16:10:08 +00:00
2008-08-28 21:44:56 +00:00
2008-08-29 17:45:11 +00:00
2008-08-28 21:44:56 +00:00
2008-08-20 04:34:04 +00:00
2008-08-29 17:45:11 +00:00
Description
No description provided
MPL-2.0 132 MiB
Languages
C++ 85.1%
Fortran 8.5%
C 2.7%
CMake 1.9%
Cuda 1.2%
Other 0.4%