Gael Guennebaud 236b7a545d update Transform::inverse() to take an optional argument stating whether the transformation is:
NonAffine, Affine (default), contains NoShear, contains NoScaling
that allows significant speed improvements. If you like it, this concept could be applied to
Transform::extractRotation (or to a more advanced decomposition function) and to Hyperplane::transformed()
and maybe to some other places... e.g., I think a Transform::normalMatrix() function would not harm and
warn user that the transformation of normals is not that trivial (I saw this mistake much too often)
2008-08-30 12:42:06 +00:00
2008-08-29 16:10:08 +00:00
2008-08-28 21:44:56 +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%