Home
last modified time | relevance | path

Searched defs:AlignedBox (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/Geometry/
DAlignedBox.h37 inline explicit AlignedBox() in AlignedBox() function
41 inline explicit AlignedBox(int _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function
45 inline AlignedBox(const VectorType& _min, const VectorType& _max) : m_min(_min), m_max(_max) {} in AlignedBox() function
48 inline explicit AlignedBox(const VectorType& p) : m_min(p), m_max(p) {} in AlignedBox() function
126 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() function
DAll.h55 #define AlignedBox eigen2_AlignedBox macro
/external/eigen/Eigen/src/Geometry/
DAlignedBox.h59 inline explicit AlignedBox() in AlignedBox() function
63 inline explicit AlignedBox(Index _dim) : m_min(_dim), m_max(_dim) in AlignedBox() function
68 …inline AlignedBox(const OtherVectorType1& _min, const OtherVectorType2& _max) : m_min(_min), m_max… in AlignedBox() function
72 inline explicit AlignedBox(const MatrixBase<Derived>& a_p) in AlignedBox() function
275 inline explicit AlignedBox(const AlignedBox<OtherScalarType,AmbientDimAtCompileTime>& other) in AlignedBox() function