This website requires JavaScript.
Explore
Help
Sign In
manolas
/
vcglib
Watch
1
Star
0
Fork
You've already forked vcglib
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7a6aa07201
vcglib
/
vcg
/
simplex
History
Luigi Malomo
c2b6ba2390
fixed VertexRef component types for edge.
2015-03-25 15:25:07 +00:00
..
edge
fixed VertexRef component types for edge.
2015-03-25 15:25:07 +00:00
face
Fixed some memory leaks when using polygonal component for faces. Deallocations more stable and clear for each component, using also local dynamic memory deallocs. Changed Clear() method of TriMesh which guarantees perfect deallocations of faces' components. Fixed also CompactFaceVector which now deallocates faces before resizing the vector. In DeleteFace, not only the flag is set, but also the face's components are deallocated.
2014-12-15 15:36:37 +00:00
tetrahedron
Initialize data members in default constructors (e.g. Pos<FaceType> pos; pos.IsNull() now can't be false).
2014-06-15 21:29:45 +00:00
vertex
- added default constructor to VFAdjType
2014-11-06 23:21:04 +00:00