#include <ForwardDeclarations.h>
|  | 
| template<typename NewScalarType > | 
| UniformScaling< NewScalarType > | cast () const | 
|  | 
| const Scalar & | factor () const | 
|  | 
| Scalar & | factor () | 
|  | 
| UniformScaling | inverse () const | 
|  | 
| bool | isApprox (const UniformScaling &other, const 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,(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 () | 
|  | 
|  | UniformScaling (const Scalar &s) | 
|  | 
| template<typename OtherScalarType > | 
|  | UniformScaling (const UniformScaling< OtherScalarType > &other) | 
|  | 
template<typename _Scalar>
class Eigen::UniformScaling< _Scalar >
Definition at line 277 of file ForwardDeclarations.h.
◆ Scalar
template<typename _Scalar> 
      
 
the scalar type of the coefficients 
Definition at line 37 of file Scaling.h.
 
 
◆ UniformScaling() [1/3]
template<typename _Scalar> 
 
Default constructor without initialization. 
Definition at line 46 of file Scaling.h.
 
 
◆ UniformScaling() [2/3]
template<typename _Scalar> 
 
Constructs and initialize a uniform scaling transformation 
Definition at line 48 of file Scaling.h.
 
 
◆ UniformScaling() [3/3]
template<typename _Scalar> 
template<typename OtherScalarType > 
 
Copy constructor with scalar type conversion 
Definition at line 95 of file Scaling.h.
 
 
◆ cast()
template<typename _Scalar> 
template<typename NewScalarType > 
 
- Returns
- *thiswith 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. 
Definition at line 90 of file Scaling.h.
 
 
◆ factor() [1/2]
template<typename _Scalar> 
 
 
◆ factor() [2/2]
template<typename _Scalar> 
 
 
◆ inverse()
template<typename _Scalar> 
 
- Returns
- the inverse scaling 
Definition at line 81 of file Scaling.h.
 
 
◆ isApprox()
template<typename _Scalar> 
 
 
◆ operator*() [1/5]
template<typename _Scalar> 
 
Concatenates two uniform scaling 
Definition at line 54 of file Scaling.h.
 
 
◆ operator*() [2/5]
template<typename Scalar > 
template<int Dim> 
 
Concatenates a uniform scaling and a translation 
Definition at line 158 of file Scaling.h.
 
 
◆ operator*() [3/5]
template<typename _Scalar> 
template<int Dim, int Mode, int Options> 
 
Concatenates a uniform scaling and an affine transformation 
Definition at line 63 of file Scaling.h.
 
 
◆ operator*() [4/5]
template<typename _Scalar> 
template<typename Derived > 
 
Concatenates a uniform scaling and a linear transformation matrix 
Definition at line 73 of file Scaling.h.
 
 
◆ operator*() [5/5]
template<typename _Scalar> 
template<typename Derived , int Dim> 
 
 
◆ m_factor
template<typename _Scalar> 
 
 
The documentation for this class was generated from the following files: