Go to the source code of this file.
Classes | |
struct | Transform< _Scalar, _Dim >::construct_from_matrix< OtherDerived, BigMatrix > |
struct | Transform< _Scalar, _Dim >::construct_from_matrix< OtherDerived, true > |
struct | ei_transform_product_impl< Other, Dim, HDim, Dim, 1 > |
struct | ei_transform_product_impl< Other, Dim, HDim, Dim, Dim > |
struct | ei_transform_product_impl< Other, Dim, HDim, HDim, 1 > |
struct | ei_transform_product_impl< Other, Dim, HDim, HDim, HDim > |
class | Transform< _Scalar, _Dim > |
Represents an homogeneous transformation in a N dimensional space. More... | |
Typedefs | |
typedef Transform< double, 2 > | Transform2d |
typedef Transform< float, 2 > | Transform2f |
typedef Transform< double, 3 > | Transform3d |
typedef Transform< float, 3 > | Transform3f |
Enumerations | |
enum | TransformTraits { Isometry, Affine, Projective } |
enum TransformTraits |
Represents some traits of a transformation
Definition at line 30 of file Transform.h.