antonioiacobucci / poly2tri

Automatically exported from code.google.com/p/poly2tri
Other
0 stars 0 forks source link

add typedef for std::vector<Point*>, std::vector<Triangle*> and other containers #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
for example:
typedef std::vector<Point*> Points;
typedef std::vector<Triangle*> Triangles;

tnx

Original issue reported on code.google.com by levchenk...@gmail.com on 6 Mar 2014 at 12:10