12 Eylül 2016 Pazartesi

geometry box Sınıfı

Giriş
Şu satırı dahil ederiz.
#include <boost/geometry.hpp>
Kolay kullanım için şu şöyle yaparız.
namespace bg = boost::geometry;
Tanımlama
Şöyle yaparız.
typedef bg::model::point<float,2,bg::cs::cartesian> point;
typedef bg::model::box<point> box;
Constructor
İki noktadan oluşur. Şöyle yaparız.
box b (point (0,0), point (5,5) );



Hiç yorum yok:

Yorum Gönder