Go to the source code of this file.
Classes | |
| class | UniformScaling< _Scalar > |
Typedefs | |
| typedef DiagonalMatrix< float, 2 > | AlignedScaling2f |
| typedef DiagonalMatrix< double, 2 > | AlignedScaling2d |
| typedef DiagonalMatrix< float, 3 > | AlignedScaling3f |
| typedef DiagonalMatrix< double, 3 > | AlignedScaling3d |
Functions | |
| static UniformScaling< float > | Scaling (float s) |
| Constructs a uniform scaling from scale factor s. | |
| static UniformScaling< double > | Scaling (double s) |
| Constructs a uniform scaling from scale factor s. | |
| template<typename RealScalar > | |
| static UniformScaling < std::complex< RealScalar > > | Scaling (const std::complex< RealScalar > &s) |
| Constructs a uniform scaling from scale factor s. | |
| template<typename Scalar > | |
| static DiagonalMatrix< Scalar, 2 > | Scaling (Scalar sx, Scalar sy) |
| Constructs a 2D axis aligned scaling. | |
| template<typename Scalar > | |
| static DiagonalMatrix< Scalar, 3 > | Scaling (Scalar sx, Scalar sy, Scalar sz) |
| Constructs a 3D axis aligned scaling. | |
| template<typename Derived > | |
| static const DiagonalWrapper < Derived > | Scaling (const MatrixBase< Derived > &coeffs) |
| Constructs an axis aligned scaling expression from vector expression coeffs This is an alias for coeffs.asDiagonal() | |
| static UniformScaling<float> Scaling | ( | float | s ) | [inline, static] |
| static const DiagonalWrapper<Derived> Scaling | ( | const MatrixBase< Derived > & | coeffs ) | [inline, static] |
Constructs an axis aligned scaling expression from vector expression coeffs This is an alias for coeffs.asDiagonal()
Definition at line 144 of file Scaling.h.
References MatrixBase< Derived >::asDiagonal().
| static DiagonalMatrix<Scalar,3> Scaling | ( | Scalar | sx, |
| Scalar | sy, | ||
| Scalar | sz | ||
| ) | [inline, static] |
| static DiagonalMatrix<Scalar,2> Scaling | ( | Scalar | sx, |
| Scalar | sy | ||
| ) | [inline, static] |
| static UniformScaling<std::complex<RealScalar> > Scaling | ( | const std::complex< RealScalar > & | s ) | [inline, static] |
| static UniformScaling<double> Scaling | ( | double | s ) | [inline, static] |
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |