vcglib/vcg/math
Paolo Cignoni 3705cb3cb9 Improved speed by using DynamicLegendre and precomputing Scaling Factors 2009-10-14 16:10:42 +00:00
..
base.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
camera.h corrected a pow argument casting 2008-12-16 09:52:04 +00:00
deprecated_matrix.h add transposeInPlace and duplicate V(int) 2008-10-29 11:17:11 +00:00
deprecated_matrix33.h added const qualifier to transpose function 2009-01-22 10:18:40 +00:00
deprecated_matrix44.h fixed a nasty bug in Matrix44<T>::ToEulerAngles (but it still suffers from Gimbal Lock) 2009-08-21 12:42:16 +00:00
disjoint_set.h many gcc compiling issues 2006-11-07 17:22:53 +00:00
eigen.h compilation fixes with Eigen 2009-07-21 07:29:13 +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 Port to eigen2: state of the mess: 2008-10-27 19:35:17 +00:00
histogram.h added #include<stdio> because of fprintf call on Histogram<ScalarType>::FileWrite function 2009-07-17 17:42:51 +00:00
legendre.h Memoized version of Legendre computation called DynamicLegendre 2009-10-14 16:09:30 +00:00
lin_algebra.h fabs -> math::Abs 2009-01-15 14:29:05 +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 Port to eigen2: state of the mess: 2008-10-27 19:35:17 +00:00
polar_decomposition.h Port to eigen2: state of the mess: 2008-10-27 19:35:17 +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
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 support function (_substitute) to umproject 2D points + depth when the rotation matrix is not exactly rigid (such as the one calculated by Textailor, Tsai and Garcia) 2009-09-08 14:05:49 +00:00
similarity.h Port to eigen2: state of the mess: 2008-10-27 19:35:17 +00:00
spherical_harmonics.h Improved speed by using DynamicLegendre and precomputing Scaling Factors 2009-10-14 16:10:42 +00:00