List of all members.
Public Types |
| typedef _Scalar | Scalar |
Public Member Functions |
| template<typename NewScalarType > |
| UniformScaling< NewScalarType > | cast () const |
| const Scalar & | factor () const |
| Scalar & | factor () |
| UniformScaling | inverse () const |
| bool | isApprox (const UniformScaling &other, typename NumTraits< Scalar >::Real prec=NumTraits< Scalar >::dummy_precision()) const |
| 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, 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 () |
| | UniformScaling (const Scalar &s) |
| template<typename OtherScalarType > |
| | UniformScaling (const UniformScaling< OtherScalarType > &other) |
Protected Attributes |
| Scalar | m_factor |
template<typename _Scalar>
class Eigen::UniformScaling< _Scalar >
Member Typedef Documentation
the scalar type of the coefficients
Constructor & Destructor Documentation
Default constructor without initialization.
Constructs and initialize a uniform scaling transformation
Copy constructor with scalar type conversion
Member Function Documentation
- Returns:
*this with scalar type casted to NewScalarType
Note that if NewScalarType is equal to the current scalar type of *this then this function smartly returns a const reference to *this.
| const Scalar& factor |
( |
| ) |
const [inline] |
- Returns:
- the inverse scaling
- Returns:
true if *this is approximately equal to other, within the precision determined by prec.
- See also:
- MatrixBase::isApprox()
Concatenates two uniform scaling
Concatenates a uniform scaling and a translation
Concatenates a uniform scaling and an affine transformation
Concatenates a uniform scaling and a linear transformation matrix
Member Data Documentation
The documentation for this class was generated from the following file: