Go to the documentation of this file.
10 #ifndef EIGEN_TRANSLATION_H
11 #define EIGEN_TRANSLATION_H
29 template<
typename _Scalar,
int _Dim>
101 template<
typename OtherDerived>
105 template<
typename Derived>
111 template<
typename OtherDerived>
friend
124 template<
int Mode,
int Options>
133 template<
typename Derived>
136 {
return m_coeffs + vec.derived(); }
154 template<
typename NewScalarType>
159 template<
typename OtherScalarType>
161 {
m_coeffs = other.vector().template cast<Scalar>(); }
168 {
return m_coeffs.isApprox(other.m_coeffs, prec); }
180 template<
typename Scalar,
int Dim>
192 template<
typename Scalar,
int Dim>
193 template<
typename OtherDerived>
208 #endif // EIGEN_TRANSLATION_H
Translation< double, 2 > Translation2d
Translation< float, 3 > Translation3f
friend EIGEN_DEVICE_FUNC AffineTransformType operator*(const EigenBase< OtherDerived > &linear, const Translation &t)
EIGEN_DEVICE_FUNC Derived & derived()
EIGEN_DEVICE_FUNC bool isApprox(const Translation &other, const typename NumTraits< Scalar >::Real &prec=NumTraits< Scalar >::dummy_precision()) const
EIGEN_DEVICE_FUNC Translation()
Translation< float, 2 > Translation2f
Transform< Scalar, Dim, Isometry > IsometryTransformType
Translation & operator=(const Translation &other)
EIGEN_DEVICE_FUNC Scalar & x()
Retruns the x-translation as a reference.
EIGEN_DEVICE_FUNC Translation(const Translation< OtherScalarType, Dim > &other)
const EIGEN_DEVICE_FUNC VectorType & translation() const
Matrix< Scalar, Dim, 1 > VectorType
Common base class for compact rotation representations.
EIGEN_DEVICE_FUNC Translation(const Scalar &sx, const Scalar &sy)
EIGEN_DEVICE_FUNC VectorType & vector()
Matrix< Scalar, Dim, Dim > LinearMatrixType
EIGEN_DEVICE_FUNC Scalar & z()
Retruns the z-translation as a reference.
Translation< double, 3 > Translation3d
EIGEN_DEVICE_FUNC Translation operator*(const Translation &other) const
const EIGEN_DEVICE_FUNC VectorType & vector() const
EIGEN_DEVICE_FUNC Scalar & y()
Retruns the y-translation as a reference.
EIGEN_DEVICE_FUNC VectorType & translation()
EIGEN_DEVICE_FUNC internal::cast_return_type< Translation, Translation< NewScalarType, Dim > >::type cast() const
Transform< Scalar, Dim, Affine > AffineTransformType
EIGEN_DEVICE_FUNC Translation(const Scalar &sx, const Scalar &sy, const Scalar &sz)
Represents a translation transformation.
EIGEN_DEVICE_FUNC Derived & setZero(Index size)
Base class for all dense matrices, vectors, and expressions.
static const Translation Identity()
EIGEN_DEVICE_FUNC Translation(const VectorType &vector)
EIGEN_DEVICE_FUNC Scalar x() const
Retruns the x-translation by value.
Translation inverse() const
Holds information about the various numeric (i.e. scalar) types allowed by Eigen.
#define EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(Scalar, Size)
EIGEN_DEVICE_FUNC Scalar y() const
Retruns the y-translation by value.
EIGEN_DEVICE_FUNC Scalar z() const
Retruns the z-translation by value.
EIGEN_DEVICE_FUNC IsometryTransformType operator*(const RotationBase< Derived, Dim > &r) const
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:07:07