|
| UniformScaling () |
|
| UniformScaling (const Scalar &s) |
|
const Scalar & | factor () const |
|
Scalar & | factor () |
|
UniformScaling | operator* (const UniformScaling &other) const |
|
template<int Dim> |
Transform< Scalar, Dim, Affine > | operator* (const Translation< Scalar, Dim > &t) const |
|
template<int Dim, int Mode, int Options> |
Transform< Scalar, Dim,(int(Mode)==int(Isometry)?Affine:Mode)> | operator* (const Transform< Scalar, Dim, Mode, Options > &t) const |
|
template<typename Derived > |
internal::plain_matrix_type< Derived >::type | operator* (const MatrixBase< Derived > &other) const |
|
template<typename Derived , int Dim> |
Matrix< Scalar, Dim, Dim > | operator* (const RotationBase< Derived, Dim > &r) const |
|
UniformScaling | inverse () const |
|
template<typename NewScalarType > |
UniformScaling< NewScalarType > | cast () const |
|
template<typename OtherScalarType > |
| UniformScaling (const UniformScaling< OtherScalarType > &other) |
|
bool | isApprox (const UniformScaling &other, const typename NumTraits< Scalar >::Real &prec=NumTraits< Scalar >::dummy_precision()) const |
|
template<typename _Scalar>
class Eigen::UniformScaling< _Scalar >
Definition at line 33 of file Scaling.h.