#include <Scaling.h>
| 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, 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) | |
| Protected Attributes | |
| Scalar | m_factor | 
Definition at line 33 of file Geometry/Scaling.h.
| typedef _Scalar Eigen::UniformScaling< _Scalar >::Scalar | 
the scalar type of the coefficients
Definition at line 37 of file Geometry/Scaling.h.
| 
 | inline | 
Default constructor without initialization.
Definition at line 46 of file Geometry/Scaling.h.
| 
 | inlineexplicit | 
Constructs and initialize a uniform scaling transformation
Definition at line 48 of file Geometry/Scaling.h.
| 
 | inlineexplicit | 
Copy constructor with scalar type conversion
Definition at line 95 of file Geometry/Scaling.h.
| 
 | inline | 
*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. 
Definition at line 90 of file Geometry/Scaling.h.
| 
 | inline | 
Definition at line 50 of file Geometry/Scaling.h.
| 
 | inline | 
Definition at line 51 of file Geometry/Scaling.h.
| 
 | inline | 
Definition at line 81 of file Geometry/Scaling.h.
| 
 | inline | 
true if *this is approximately equal to other, within the precision determined by prec.Definition at line 102 of file Geometry/Scaling.h.
| 
 | inline | 
Concatenates two uniform scaling
Definition at line 54 of file Geometry/Scaling.h.
| 
 | inline | 
Concatenates a uniform scaling and a translation
Definition at line 154 of file Geometry/Scaling.h.
| 
 | inline | 
Concatenates a uniform scaling and an affine transformation
Definition at line 63 of file Geometry/Scaling.h.
| 
 | inline | 
Concatenates a uniform scaling and a linear transformation matrix
Definition at line 73 of file Geometry/Scaling.h.
| 
 | inline | 
Definition at line 77 of file Geometry/Scaling.h.
| 
 | protected | 
Definition at line 41 of file Geometry/Scaling.h.