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

  /external/eigen/Eigen/src/Eigen2Support/Geometry/
Translation.h 16 * \class Translation
18 * \brief Represents a translation transformation
23 * \note This class is not aimed to be used to store a translation transformation,
29 class Translation
53 Translation() {}
55 inline Translation(const Scalar& sx, const Scalar& sy)
62 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz)
70 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {}
75 /** Concatenates two translation */
76 inline Translation operator* (const Translation& other) cons
    [all...]
All.h 16 #include "Translation.h"
43 #define Translation eigen2_Translation
69 #include "Translation.h"
98 #undef Translation
  /development/ndk/sources/android/ndk_helper/
vecmath.cpp 272 Mat4 Mat4::Translation( const float fX, const float fY, const float fZ )
294 Mat4 Mat4::Translation( const Vec3 vec )
  /external/eigen/Eigen/src/Geometry/
Translation.h 17 * \class Translation
19 * \brief Represents a translation transformation
24 * \note This class is not aimed to be used to store a translation transformation,
30 class Translation
54 Translation() {}
56 inline Translation(const Scalar& sx, const Scalar& sy)
63 inline Translation(const Scalar& sx, const Scalar& sy, const Scalar& sz)
70 /** Constructs and initialize the translation transformation from a vector of translation coefficients */
71 explicit inline Translation(const VectorType& vector) : m_coeffs(vector) {
90 const VectorType& translation() const { return m_coeffs; } function in class:Eigen::Translation
91 VectorType& translation() { return m_coeffs; } function in class:Eigen::Translation
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 384 static D2D1FORCEINLINE Matrix3x2F Translation(D2D1_SIZE_F size) {
385 return Translation(size.width, size.height);
388 static D2D1FORCEINLINE Matrix3x2F Translation(FLOAT x, FLOAT y) {

Completed in 2710 milliseconds