# | Line 133 | Line 133 | void AlphaHull::computeHull(vector<StuntDouble*> bodyd | |
---|---|---|
133 | localHullSites++; | |
134 | ||
135 | int idx = qh_pointid(vertex->point); | |
136 | < | |
136 | > | |
137 | indexMap.push_back(idx); | |
138 | ||
139 | coords.push_back(ptArray[dim_ * idx]); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |