Home
last modified time | relevance | path

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

/third_party/boost/boost/gil/extension/numeric/
Daffine.hpp31 static matrix3x2 get_translate(point<T> const& t) in get_translate() function in boost::gil::matrix3x2
35 static matrix3x2 get_translate(T x, T y) { return matrix3x2(1 ,0,0,1 ,x, y ); } in get_translate() function in boost::gil::matrix3x2