pearswj / Plankton

A C# half-edge mesh data structure, and components for using this in Grasshopper/Rhino
GNU Lesser General Public License v3.0
4 stars 1 forks source link

Collections #1

Closed pearswj closed 11 years ago

pearswj commented 11 years ago

Re-structure Plankton so that each list of mesh elements (e.g. vertices) is now a bespoke collection which exposes functionality relevant to the elements that it contains in addition to standard collection methods, such as Add().