vcglib/vcg/math
Paolo Cignoni 486475d4a3 added another assert to histogram to avoid trash result... 2012-05-05 14:55:50 +00:00
..
base.h removed useless include 2012-04-04 09:59:42 +00:00
camera.h corrected setOrtho 2011-12-07 13:15:28 +00:00
deprecated_matrix.h harmless gcc warnings 2011-02-17 11:40:22 +00:00
deprecated_matrix33.h added TransformationMatrix function 2012-03-29 16:34:31 +00:00
deprecated_matrix44.h removed harmless warnings 2010-10-15 09:14:35 +00:00
disjoint_set.h many gcc compiling issues 2006-11-07 17:22:53 +00:00
eigen.h Rolled back 2011-10-05 15:04:40 +00:00
eigen_matrix_addons.h sounds like I forgot to commit the addition of Transpose compatibility + fix related to recent Eigen change 2008-11-04 12:33:47 +00:00
eigen_matrixbase_addons.h compilation fixes with eigen (norm2=>squaredNorm, a*b => a.dot(b)) 2009-01-23 16:58:47 +00:00
factorial.h Added new line at the end of file 2008-08-04 15:55:53 +00:00
gen_normal.h removed harmless warnings 2010-03-18 14:20:53 +00:00
histogram.h added another assert to histogram to avoid trash result... 2012-05-05 14:55:50 +00:00
legendre.h Memoized version of Legendre computation called DynamicLegendre 2009-10-14 16:09:30 +00:00
lin_algebra.h Rolled back 2011-10-05 15:04:40 +00:00
linear.h make point2 derived Eigen's Matrix, and a set of minimal fixes to make meshlab compile 2008-10-28 00:59:46 +00:00
matrix.h * change all remaining Transpose to transpose, 2008-10-29 00:05:44 +00:00
matrix33.h fix the is "inaccessible" issue with g++-4.0.1 - more fixes ;) 2008-10-29 11:29:57 +00:00
matrix44.h fix Matrix44 infinite product, make glGetv not allocate temporary 2008-10-30 10:47:08 +00:00
perlin_noise.h Corrected wrong license information in the header 2008-05-28 23:29:23 +00:00
point_matching.h line 193 corrected composition of transformations 2012-01-12 00:52:04 +00:00
polar_decomposition.h removed old lib svd and substituted with eigen. 2011-11-21 09:09:58 +00:00
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
quadric5.h Rolled back 2011-10-05 15:04:40 +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 method for generating a random point into a triangle (it generate three random barycentric coords) 2012-03-30 23:42:04 +00:00
shot.h corrected ApplyRigidTransformation (zeroed last row of rot) 2011-10-28 14:20:27 +00:00
similarity.h interpolate -> Interpolate. 2010-11-15 00:16:40 +00:00
similarity2.h Added algorithms for packing into a square rectangles and polygons 2011-10-20 22:29:20 +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