.. |
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
|
added GetColumn3,GetColumn4,SetColumn
|
2009-01-15 13:42:30 +00:00 |
disjoint_set.h
|
many gcc compiling issues
|
2006-11-07 17:22:53 +00:00 |
eigen.h
|
compilation fixes with eigen (norm2=>squaredNorm, a*b => a.dot(b))
|
2009-01-23 16:58:47 +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
|
Removed harmless warnings
|
2009-06-11 23:55:06 +00:00 |
legendre.h
|
chamged " to < in the #include
|
2008-09-22 09:35:01 +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
|
implemented ToEulerAngles + minor changes and fixes.
|
2008-11-01 15:54:13 +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 an invalid method that says if a shot is "reasonable" or not. A shot is valid if its Intrinsics are valid.
|
2009-05-21 23:04:09 +00:00 |
similarity.h
|
Port to eigen2: state of the mess:
|
2008-10-27 19:35:17 +00:00 |
spherical_harmonics.h
|
Polar Functor is now templatized
|
2008-12-15 13:16:00 +00:00 |