Searched refs:m_origin (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | ParametrizedLine.h | 43 inline explicit ParametrizedLine(int _dim) : m_origin(_dim), m_direction(_dim) {} in ParametrizedLine() 49 : m_origin(origin), m_direction(direction) {} in ParametrizedLine() 62 const VectorType& origin() const { return m_origin; } in origin() 63 VectorType& origin() { return m_origin; } in origin() 104 m_origin = other.origin().template cast<Scalar>(); in ParametrizedLine() 113 …{ return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec);… 117 VectorType m_origin, m_direction;
|
/external/eigen/Eigen/src/Geometry/ |
D | ParametrizedLine.h | 48 : m_origin(other.origin()), m_direction(other.direction()) in ParametrizedLine() 53 inline explicit ParametrizedLine(Index _dim) : m_origin(_dim), m_direction(_dim) {} in ParametrizedLine() 59 : m_origin(origin), m_direction(direction) {} in ParametrizedLine() 73 const VectorType& origin() const { return m_origin; } in origin() 74 VectorType& origin() { return m_origin; } in origin() 124 m_origin = other.origin().template cast<Scalar>(); in ParametrizedLine() 133 …{ return m_origin.isApprox(other.m_origin, prec) && m_direction.isApprox(other.m_direction, prec);… 137 VectorType m_origin, m_direction;
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_bmp.hpp | 78 int m_origin; member in cv::BmpDecoder
|
D | grfmt_bmp.cpp | 171 m_origin = m_height > 0 ? IPL_ORIGIN_BL : IPL_ORIGIN_TL; in readHeader() 198 if( m_origin == IPL_ORIGIN_BL ) in readData()
|