|
Functions | |
template<typename T > | |
inline ::wykobi::point2d< T > | closest_point_on_polygon_from_point (const ::wykobi::polygon< T, 2 > &polygon, const ::wykobi::point2d< T > &point) |
Compared to wykobi::closest_point_on_polygon_from_point, this function also projects points inside the polygon onto the boundary. More... | |
inline ::wykobi::point2d<T> armarx::wykobi::ext::closest_point_on_polygon_from_point | ( | const ::wykobi::polygon< T, 2 > & | polygon, |
const ::wykobi::point2d< T > & | point | ||
) |
Compared to wykobi::closest_point_on_polygon_from_point, this function also projects points inside the polygon onto the boundary.
Definition at line 33 of file wykobi_ext.h.