vcglib/vcg/math
Paolo Cignoni 9f8497013f removed harmless warnings 2010-02-24 09:55:28 +00:00
..
base.h
camera.h corrected a pow argument casting 2008-12-16 09:52:04 +00:00
deprecated_matrix.h removed harmless warnings 2010-02-24 09:55:28 +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
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
gen_normal.h
histogram.h Corrected a bug in the Distribution class and added useful access bin counting functions members to the Histogram class 2010-01-11 22:57:32 +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
matrix.h
matrix33.h
matrix44.h fix Matrix44 infinite product, make glGetv not allocate temporary 2008-10-30 10:47:08 +00:00
perlin_noise.h
point_matching.h
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 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
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