.. |
index
|
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 |
intersection
|
added precompiler check if FABS macro is already defined
|
2008-08-04 10:54:34 +00:00 |
box.h
|
big replacement .Zero => .SetZero, and start of Eigen's compatibilities (currently disabled by default)
|
2008-10-27 14:48:14 +00:00 |
box2.h
|
minor: removed superfluous "typename"
|
2010-07-25 13:31:57 +00:00 |
box3.h
|
DistancePoint3Box3 calls moved and renamed in distance3.h
|
2010-10-15 15:14:06 +00:00 |
color4.h
|
removed exceeding "default" in switch condition
|
2010-01-16 15:33:07 +00:00 |
colorspace.h
|
added #include<algorithm>
|
2010-10-08 12:08:24 +00:00 |
deprecated_point.h
|
make Point derive Eigen's Matrix and some cleanning
|
2008-10-28 11:47:37 +00:00 |
deprecated_point2.h
|
Debugged:
|
2010-05-31 12:13:47 +00:00 |
deprecated_point3.h
|
removed some old surviving math:Max and changed to std::max
|
2010-10-15 09:13:58 +00:00 |
deprecated_point4.h
|
Added non-const pointer accessor.
|
2009-03-19 11:13:17 +00:00 |
distance3.h
|
first release version of the collection of minimum distance functions between geometric entities in 3D
|
2010-10-15 15:13:22 +00:00 |
fitting3.h
|
Modified PlaneFittingPoints to return eighevalues and eigenvectors and added backward compatibility wrapper.
|
2009-10-05 22:43:14 +00:00 |
intersection2.h
|
removed mostly harmless gcc warnings (unused/uninitialized vars)
|
2010-07-14 08:00:16 +00:00 |
intersection3.h
|
corrected IntersectionSegmentTriangle calls, the value dist was not updated coherently
|
2010-10-15 15:15:27 +00:00 |
line2.h
|
add transposeInPlace and duplicate V(int)
|
2008-10-29 11:17:11 +00:00 |
line3.h
|
Port to eigen2: state of the mess:
|
2008-10-27 19:35:17 +00:00 |
normal_extrapolation.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 |
obox3.h
|
Correct a bug.
|
2009-05-23 20:14:53 +00:00 |
planar_polygon_tessellation.h
|
change to comply random generation
|
2008-12-19 10:40:31 +00:00 |
plane3.h
|
Added SquaredDistance and made the point-plane version redirect to the plane-point one.
|
2009-10-06 16:22:35 +00:00 |
point.h
|
fix the is "inaccessible" issue with g++-4.0.1 - more fixes ;)
|
2008-10-29 11:29:57 +00:00 |
point2.h
|
fix the is "inaccessible" issue with g++-4.0.1
|
2008-10-29 11:28:51 +00:00 |
point3.h
|
fix the is "inaccessible" issue with g++-4.0.1
|
2008-10-29 11:28:51 +00:00 |
point4.h
|
fix the is "inaccessible" issue with g++-4.0.1
|
2008-10-29 11:28:51 +00:00 |
ray2.h
|
first working version
|
2007-01-25 01:11:10 +00:00 |
ray3.h
|
Port to eigen2: state of the mess:
|
2008-10-27 19:35:17 +00:00 |
segment2.h
|
Added ScalarType Length() const function
|
2009-06-30 16:13:19 +00:00 |
segment3.h
|
- SquaredDistance moved to distance3.h
|
2010-10-15 15:16:32 +00:00 |
smallest_enclosing.h
|
missing typename
|
2007-11-20 09:45:51 +00:00 |
space.h
|
changes necessary for gcc 3.4.5 on linux 64bit.
|
2006-04-11 08:10:05 +00:00 |
sphere3.h
|
Distance functions moved to distance3.h
|
2010-10-15 15:17:15 +00:00 |
tetra3.h
|
added missing typenames
|
2007-10-16 16:45:49 +00:00 |
texcoord2.h
|
Added initialization of tex index in the constructor of texcoord
|
2010-06-16 10:27:38 +00:00 |
triangle2.h
|
changed epsilon value in InterpolationParameters
|
2009-06-30 16:15:51 +00:00 |
triangle3.h
|
TrianglePointDistance moved to distance.h
|
2010-10-15 15:17:57 +00:00 |