Searched refs:point_dst (Results 1 – 2 of 2) sorted by relevance
56 inline void apply(PointDst& point_dst) const in apply()58 set<Index>(point_dst, in apply()66 >()(get<Index>(point_dst), m_value)); in apply()80 inline void apply(PointDst& point_dst) const in apply()82 set<Index>(point_dst, in apply()90 >()(get<Index>(point_dst), get<Index>(m_point_src))); in apply()105 inline void apply(PointDst& point_dst) const in apply()107 set<Index>(point_dst, m_value); in apply()121 inline void apply(PointDst& point_dst) const in apply()123 set<Index>(point_dst, get<Index>(m_point_src)); in apply()
703 void map_point(double mat[9], point_t* point_src, point_t* point_dst) in map_point() argument709 point_dst->col = (point_src->col * mat[0] + point_src->row * mat[1] + mat[2]) / D; in map_point()710 point_dst->row = (point_src->col * mat[3] + point_src->row * mat[4] + mat[5]) / D; in map_point()