Lines Matching refs:transformations
3 /** \eigenManualPage TutorialGeometry Space transformations
5 …Module "geometry module" to deal with 2D and 3D rotations and projective or affine transformations.
9 Eigen's Geometry module provides two different kinds of geometric transformations:
10 …transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Qu…
62 N-D Linear transformations \n
76 transformations. Nevertheless, unlike AngleAxis which is inefficient to use, these classes
78 kind of transformations.
101 Concatenation of two transformations</td><td>\code
113 <a href="#" class="top">top</a>\section TutorialGeoTransform Affine transformations
114 Generic affine transformations are represented by the Transform class which internaly
180 While transformation objects can be created and updated concatenating elementary transformations,
215 Note that in both API, any many transformations can be concatenated in a single expression as shown…