# | Line 74 | Line 74 | void AlphaHull::computeHull(std::vector<StuntDouble*> | |
---|---|---|
74 | void AlphaHull::computeHull(std::vector<StuntDouble*> bodydoubles) { | |
75 | ||
76 | int numpoints = bodydoubles.size(); | |
77 | < | bool alphashape=true; |
77 | > | // bool alphashape=true; |
78 | ||
79 | Triangles_.clear(); | |
80 | ||
81 | < | vertexT *vertex, **vertexp; |
81 | > | vertexT *vertex; |
82 | > | // vertexT **vertexp; |
83 | facetT *facet, *neighbor; | |
84 | < | setT *vertices, *verticestop, *verticesbottom; |
84 | > | // setT *vertices, *verticestop, *verticesbottom; |
85 | int curlong, totlong; | |
86 | pointT *interiorPoint; | |
87 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |