Searched defs:get_translate (Results 1 – 1 of 1) sorted by relevance
31 static matrix3x2 get_translate(point<T> const& t) in get_translate() function in boost::gil::matrix3x235 static matrix3x2 get_translate(T x, T y) { return matrix3x2(1 ,0,0,1 ,x, y ); } in get_translate() function in boost::gil::matrix3x2