vcglib/vcg
Paolo Cignoni a29df708da Removed warning. Changed a surely verified if condition into an assert.
(chosing the min between 3 elems we had a if-else chain where the last if was useless unless you have NAN )
2013-11-25 10:14:27 +00:00
..
complex Include header cleaning and reordering. 2013-11-25 10:01:24 +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 added #include <assert.h> 2013-09-21 00:54:53 +00:00
math corrected 2 warnings on castings 2013-10-23 16:57:28 +00:00
simplex Removed warning. Changed a surely verified if condition into an assert. 2013-11-25 10:14:27 +00:00
space Changed the interface of the interpolating function of a segment (2D and 3D) from the ambiguous P(float) to Lerp(float). Note that with the previous interface it could happen that seg.P(1) != seg.P0() just becouse seg.P(1) was the result of a lerp. 2013-11-06 16:06:57 +00:00