vcglib/vcg/math
Paolo Cignoni 8fd11ae657 harmless gcc warnings 2011-02-17 11:40:22 +00:00
..
base.h WARNING: important change. Removed the useless vcg::math::Max(a,b) that mimicked the std::max, and changed into a three argument Max(a,b,c) (quite useful in a lot of context and missing in std::. 2010-09-21 22:00:39 +00:00
camera.h Moved the ORTHO, PERSPECTIVE enums from the vcg namespace to the camera class namespace. 2010-10-31 13:19:09 +00:00
deprecated_matrix.h harmless gcc warnings 2011-02-17 11:40:22 +00:00
deprecated_matrix33.h
deprecated_matrix44.h removed harmless warnings 2010-10-15 09:14:35 +00:00
disjoint_set.h
eigen.h compilation fixes with Eigen 2009-07-21 07:29:13 +00:00
eigen_matrix_addons.h
eigen_matrixbase_addons.h
factorial.h
gen_normal.h removed harmless warnings 2010-03-18 14:20:53 +00:00
histogram.h added maxElem minElem functions that returns values of the added elements and that can be outside the minmax range of the histogram 2010-10-01 08:59:25 +00:00
legendre.h Memoized version of Legendre computation called DynamicLegendre 2009-10-14 16:09:30 +00:00
lin_algebra.h Updated many vcg files to do not use anymore the vcg::Max(a,b) and vcg::Min(a,b). Use the std version instead. 2010-09-21 22:09:13 +00:00
linear.h
matrix.h
matrix33.h
matrix44.h
perlin_noise.h
point_matching.h removed harmless warnings 2010-03-18 10:08:12 +00:00
polar_decomposition.h
quadric.h Added ByLine() method, which initializes the quadric as the squared distance from a given line. 2009-03-31 09:17:39 +00:00
quaternion.h Added static constuctor that imports from different Quaternion types (overrides same static contstructor of father's Point4 class) 2009-07-10 13:18:24 +00:00
random_generator.h Added unified interface for open and close 0,1 intervals and 2009-02-04 12:06:58 +00:00
shot.h Added Shot::GetViewDir() method 2011-02-17 09:58:16 +00:00
similarity.h interpolate -> Interpolate. 2010-11-15 00:16:40 +00:00
spherical_harmonics.h Correctly defined int inside loop as per MSVC requirements, changed assert as to be more accurate 2010-02-11 20:06:14 +00:00