zhaojiahai / aforge

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

Make PointsCloud accept a wider variety of arguments. #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I wanted to pass an IEnumerable that was not a List to 
PointsCloud.GetBoundingRectangle, and so I changed it to accept 
IEnumerable<IntPoint> instead of List<IntPoint>.

With the idea that I'm probably not the only person who wants this, I also 
changed all other List<IntPoint> arguments to IEnumerable<IntPoint>, except for 
Shift, which I changed to an IList<IntPoint> instead.

Original issue reported on code.google.com by dales...@gmail.com on 11 Jan 2011 at 3:08

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 11 Jan 2011 at 5:41

GoogleCodeExporter commented 8 years ago
Committed in revision 1375. Will be released in version 2.1.5.

Original comment by andrew.k...@gmail.com on 11 Jan 2011 at 5:53

GoogleCodeExporter commented 8 years ago

Original comment by andrew.k...@gmail.com on 12 Jan 2011 at 11:46