HomeSort by relevance Sort by last modified time
    Searched defs:Translation (Results 1 - 7 of 7) 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...]
  /external/chromium_org/tools/grit/grit/
tclib.py 29 '''Base class with methods shared by Message and Translation.
181 class Translation(BaseMessage):
182 '''A translation.'''
185 super(Translation, self).__init__(text, placeholders, description, meaning)
  /external/chromium_org/tools/grit/grit/extern/
tclib.py 7 # messages destined for the Translation Console, as well as for reading
21 # The basic classes defined here for external use are Message and Translation,
99 # BaseMessage is the common parent class of Message and Translation.
454 # The Translation class represents translated messages
456 class Translation(BaseMessage):
500 Returns a copy of this Translation.
502 return Translation(None, clone_from=self)
  /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 387 milliseconds