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
7d3175573a
vcglib
/
vcg
History
Paolo Cignoni
7d3175573a
edge::VVStarVE now is templated on VertexType instead of EdgeType to avoid useless explicit template specialization
2016-04-11 20:34:18 +00:00
..
complex
Added very useful "IsValidPointer" functions that check that a given pointer is within the reasonable bounds for a given mesh (eg. given a vertex pointer it checks that it is between begin and end of the vertex vector)
2016-04-11 20:31:56 +00:00
connectors
Removed all the UberXXX members from the various components. No more needed since many years. Still there just because we are quite lazy...
2012-10-25 13:16:03 +00:00
container
Deallocating a dynamically allocated array of data must be done with delete[] instead of delete
2016-03-23 13:02:35 +00:00
math
Switched to eigen to find the optimal position for quadric. Removed old unused funcitons. Commented.
2016-03-24 14:15:55 +00:00
simplex
edge::VVStarVE now is templated on VertexType instead of EdgeType to avoid useless explicit template specialization
2016-04-11 20:34:18 +00:00
space
Added 0-1 clamping to setgray
2016-04-02 05:42:05 +00:00