Home
last modified time | relevance | path

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

/third_party/boost/boost/geometry/algorithms/detail/envelope/
Dtransform_units.hpp43 struct transform_units_impl struct
48 struct transform_units_impl<PointIn, PointOut, point_tag, point_tag> struct
50 static inline void apply(PointIn const& point_in, PointOut& point_out) in apply()
60 struct transform_units_impl<BoxIn, BoxOut, box_tag, box_tag> struct
63 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()
77 static inline void apply(BoxIn const& box_in, BoxOut& box_out) in apply()