HomeSort by relevance Sort by last modified time
    Searched defs:Scaling (Results 1 - 5 of 5) sorted by null

  /external/eigen/Eigen/src/Geometry/
Scaling.h 17 * \class Scaling
19 * \brief Represents a generic uniform scaling transformation
23 * This class represent a uniform scaling transformation. It is the return
24 * type of Scaling(Scalar), and most of the time this is the only way it
25 * is used. In particular, this class is not aimed to be used to store a scaling transformation,
28 * To represent an axis aligned scaling, use the DiagonalMatrix class.
30 * \sa Scaling(), class DiagonalMatrix, MatrixBase::asDiagonal(), class Translation, class Transform
47 /** Constructs and initialize a uniform scaling transformation */
53 /** Concatenates two uniform scaling */
57 /** Concatenates a uniform scaling and a translation *
    [all...]
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Scaling.h 16 * \class Scaling
18 * \brief Represents a possibly non uniform scaling transformation
23 * \note This class is not aimed to be used to store a scaling transformation,
29 class Scaling
53 Scaling() {}
54 /** Constructs and initialize a uniform scaling transformation */
55 explicit inline Scaling(const Scalar& s) { m_coeffs.setConstant(s); }
57 inline Scaling(const Scalar& sx, const Scalar& sy)
64 inline Scaling(const Scalar& sx, const Scalar& sy, const Scalar& sz)
71 /** Constructs and initialize the scaling transformation from a vector of scaling coefficients *
    [all...]
All.h 17 #include "Scaling.h"
49 #define Scaling eigen2_Scaling
70 #include "Scaling.h"
104 #undef Scaling
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgitype.h 61 DXGI_MODE_SCALING Scaling;
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 199 milliseconds