14 Aralık 2016 Çarşamba

polygon begin_points ve end_points

begin_points metodu
İmzası şöyle
template <typename T> point_iterator_type begin_points(const T& polygon)
Açıklaması şöyle
Expects a model of polygon. Returns the begin iterator over the range of points that correspond to vertices of the polygon.
end_points metodu
İmzası şöyle
template <typename T> point_iterator_type end_points(const T& polygon)
Açıklaması şöyle
Expects a model of polygon. Returns the end iterator over the range of points that correspond to vertices of the polygon.

Hiç yorum yok:

Yorum Gönder