, including all inherited members.
cast() const | Transform | [inline] |
computeRotationScaling(RotationMatrixType *rotation, ScalingMatrixType *scaling) const | Transform | |
computeScalingRotation(ScalingMatrixType *scaling, RotationMatrixType *rotation) const | Transform | |
data() const | Transform | [inline] |
data() | Transform | [inline] |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(_Scalar, _Dim==Dynamic?Dynamic:(_Dim+1)*(_Dim+1)) enum | Transform | [inline] |
fromPositionOrientationScale(const MatrixBase< PositionDerived > &position, const OrientationType &orientation, const MatrixBase< ScaleDerived > &scale) | Transform | |
Identity() (defined in Transform) | Transform | [inline, static] |
inverse(TransformTraits traits=Affine) const | Transform | [inline] |
isApprox(const Transform &other, typename NumTraits< Scalar >::Real prec=precision< Scalar >()) const | Transform | [inline] |
linear() const | Transform | [inline] |
linear() | Transform | [inline] |
LinearMatrixType typedef | Transform | |
LinearPart typedef | Transform | |
m_matrix (defined in Transform) | Transform | [protected] |
matrix() const | Transform | [inline] |
matrix() | Transform | [inline] |
MatrixType typedef | Transform | |
operator()(int row, int col) const | Transform | [inline] |
operator()(int row, int col) | Transform | [inline] |
operator*(const MatrixBase< OtherDerived > &other) const | Transform | [inline] |
operator*(const MatrixBase< OtherDerived > &a, const Transform &b) | Transform | [friend] |
operator*(const Transform &other) const | Transform | [inline] |
operator*(const TranslationType &t) const (defined in Transform) | Transform | [inline] |
operator*(const ScalingType &s) const (defined in Transform) | Transform | [inline] |
operator* (defined in Transform) | Transform | [friend] |
operator*(const RotationBase< Derived, Dim > &r) const (defined in Transform) | Transform | [inline] |
operator*=(const TranslationType &t) (defined in Transform) | Transform | [inline] |
operator*=(const ScalingType &s) (defined in Transform) | Transform | [inline] |
operator*=(const RotationBase< Derived, Dim > &r) (defined in Transform) | Transform | [inline] |
operator=(const Transform &other) (defined in Transform) | Transform | [inline] |
operator=(const MatrixBase< OtherDerived > &other) | Transform | [inline] |
operator=(const QMatrix &other) | Transform | [inline] |
operator=(const QTransform &other) | Transform | [inline] |
operator=(const TranslationType &t) (defined in Transform) | Transform | [inline] |
operator=(const ScalingType &t) (defined in Transform) | Transform | [inline] |
operator=(const RotationBase< Derived, Dim > &r) (defined in Transform) | Transform | [inline] |
prerotate(const RotationType &rotation) | Transform | [inline] |
prescale(const MatrixBase< OtherDerived > &other) | Transform | [inline] |
prescale(Scalar s) | Transform | [inline] |
preshear(Scalar sx, Scalar sy) | Transform | |
pretranslate(const MatrixBase< OtherDerived > &other) | Transform | [inline] |
rotate(const RotationType &rotation) | Transform | [inline] |
rotation() const | Transform | |
Scalar typedef | Transform | |
scale(const MatrixBase< OtherDerived > &other) | Transform | [inline] |
scale(Scalar s) | Transform | [inline] |
ScalingType typedef | Transform | |
setIdentity() | Transform | [inline] |
shear(Scalar sx, Scalar sy) | Transform | |
toQMatrix(void) const | Transform | [inline] |
toQTransform(void) const | Transform | [inline] |
Transform() | Transform | [inline] |
Transform(const Transform &other) (defined in Transform) | Transform | [inline] |
Transform(const TranslationType &t) (defined in Transform) | Transform | [inline, explicit] |
Transform(const ScalingType &s) (defined in Transform) | Transform | [inline, explicit] |
Transform(const RotationBase< Derived, Dim > &r) (defined in Transform) | Transform | [inline, explicit] |
Transform(const MatrixBase< OtherDerived > &other) | Transform | [inline, explicit] |
Transform(const QMatrix &other) | Transform | [inline] |
Transform(const QTransform &other) | Transform | [inline] |
Transform(const Transform< OtherScalarType, Dim > &other) | Transform | [inline, explicit] |
translate(const MatrixBase< OtherDerived > &other) | Transform | [inline] |
translation() const | Transform | [inline] |
translation() | Transform | [inline] |
TranslationPart typedef | Transform | |
TranslationType typedef | Transform | |
VectorType typedef | Transform | |