Nico Pietroni
|
ce453edfb1
|
sintax error corrected
|
2006-02-09 08:38:04 +00:00 |
Nico Pietroni
|
165db89ccf
|
added typenames declaration in rayIterator
|
2006-02-08 17:04:10 +00:00 |
Nico Pietroni
|
1ea84f2954
|
commented one GetClosestFace function ... the code is the same then getClosest that return barycentric coordinates
|
2006-02-08 17:02:41 +00:00 |
Paolo Cignoni
|
9e5788c078
|
Added missing typenames
|
2006-02-06 10:45:47 +00:00 |
Paolo Cignoni
|
001fd1c573
|
Added IsD() test in SelfIntersection
|
2006-02-01 15:27:00 +00:00 |
Paolo Cignoni
|
2857c3bafb
|
Corrected use of HasPerWedgeTexture
|
2006-01-30 09:00:40 +00:00 |
Paolo Cignoni
|
7c20ead0c3
|
Corrected HasPerWedgeTexture
|
2006-01-30 08:47:40 +00:00 |
Paolo Cignoni
|
558c52d8cb
|
Corrected Grid
|
2006-01-30 08:09:05 +00:00 |
Paolo Cignoni
|
e61203f1ba
|
Added missing typenames
|
2006-01-30 08:03:45 +00:00 |
Massimiliano Corsini
|
3b049ec0e4
|
fix signed/unsigned mismatch
|
2006-01-27 09:58:47 +00:00 |
Nico Pietroni
|
29c6470b0b
|
used template types instead of point3f and float inside function calls
|
2006-01-24 13:23:22 +00:00 |
Paolo Cignoni
|
527e4042b5
|
Some changes in class Facet ( constructor and operator < )
|
2006-01-24 09:58:11 +00:00 |
Federico Ponchio
|
88614c2f37
|
gcc compatibility (templates mostly)
bbox -> this->bbox
More consistent use of Box3x and such.
|
2006-01-23 21:26:57 +00:00 |
Federico Ponchio
|
52c3f0e4d4
|
P1 --> HASH_P1
Old definition was conflicting with functions in segment.h
|
2006-01-23 15:26:31 +00:00 |
Paolo Cignoni
|
1e427593b7
|
Added a missing vcg::
|
2006-01-23 13:33:54 +00:00 |
Federico Ponchio
|
efbad3a4fd
|
Uncommented #include <..../intersection3.h>
for Intersection_Ray_Box...
|
2006-01-23 11:41:03 +00:00 |
Paolo Cignoni
|
02f1e55b83
|
Added Grid function (to build range map meshes...)
|
2006-01-22 17:10:15 +00:00 |
Paolo Cignoni
|
de85929aee
|
Bug due to wrong compuation of size of auxiliary vector (vn instead of vert.size() )
|
2006-01-22 17:08:50 +00:00 |
Paolo Cignoni
|
a5f755bf9f
|
vi/fi mismatch in ClipWithBox
|
2006-01-22 17:06:27 +00:00 |
Paolo Cignoni
|
5a2ed7b59d
|
Corrected intialization of flag, must be zero.
|
2006-01-22 17:01:40 +00:00 |
Paolo Cignoni
|
f5a5f77728
|
Corrected use of Area with the unambiguous DoubleArea
Added ClipWithBox function
|
2006-01-22 10:07:42 +00:00 |
Paolo Cignoni
|
381ce72a56
|
Corrected use of Area with the unambiguous DoubleArea
|
2006-01-22 10:06:23 +00:00 |
Paolo Cignoni
|
92c21e838d
|
Very Important Change: Area->DoubleArea (and no more Area function)
|
2006-01-22 10:00:56 +00:00 |
Nico Pietroni
|
cf9fd0ca9f
|
added operators:
operator -= ( const Matrix33Diag<S> &p )
Matrix33 operator - ( const Matrix33Diag<S> &p )
Matrix33 operator + ( const Matrix33 &m )
Matrix33 operator + ( const Matrix33Diag<S> &p )
|
2006-01-20 16:41:44 +00:00 |
Nico Pietroni
|
f3d28fb710
|
erased extended marching cube method call.
|
2006-01-20 16:37:23 +00:00 |
Nico Pietroni
|
31512102ed
|
added Intersection_Segment_Box function
|
2006-01-20 16:35:51 +00:00 |
Paolo Cignoni
|
f8400e07c4
|
fix bug end iterator++
|
2006-01-19 14:18:08 +00:00 |
Paolo Cignoni
|
56dbb91da2
|
add std:: namespace...
|
2006-01-19 14:06:37 +00:00 |
Marco Di Benedetto
|
3fc1eb7c2c
|
Corrected Pass-Through bits and added visit flag.
|
2006-01-19 13:54:49 +00:00 |
Marco Di Benedetto
|
fc85374c3c
|
Fixed product by scalar and SquaredNorm()
|
2006-01-19 13:53:19 +00:00 |
Marco Callieri
|
e7b6fd9b9f
|
in FileWrite, added file closing after finishing
|
2006-01-12 13:12:54 +00:00 |
Paolo Cignoni
|
8e4764e73d
|
Initial Release
|
2006-01-11 15:45:21 +00:00 |
Paolo Cignoni
|
35b967720e
|
Added RemoveDegenerateFace and added its automatic invocation at the end of RemoveDuplicateVertex
|
2006-01-11 15:40:14 +00:00 |
Nico Pietroni
|
4bc0fa600a
|
correct pass of variable closest_pt by reference in getclosestFace function
|
2006-01-10 13:31:54 +00:00 |
Paolo Cignoni
|
fa5979e2ac
|
Added Initialization of Color in Vertex and Face Components
|
2006-01-09 13:58:56 +00:00 |
Paolo Cignoni
|
07f5fe7d42
|
Removed a syntax error (double >) in HasPerWedgeTexture/HasPerFaceColor
|
2006-01-05 15:46:06 +00:00 |
Paolo Cignoni
|
52c3db40a7
|
Corrected push_back (did not worked at all!)
added missing cFFi
|
2006-01-04 18:46:25 +00:00 |
Paolo Cignoni
|
9f49fb189a
|
Added ndim namespace to generic Matrix
|
2006-01-03 15:29:49 +00:00 |
Paolo Cignoni
|
36e37b0a6c
|
fix some bugs.
|
2006-01-03 12:44:58 +00:00 |
Nico Pietroni
|
d84e14fc2f
|
minor changes
|
2006-01-03 11:12:14 +00:00 |
Paolo Cignoni
|
dda2cfbcaa
|
Corrected HasPerFaceColor and HasPerWedgeTexture to comply gcc
|
2006-01-03 10:54:21 +00:00 |
Paolo Cignoni
|
1c29faf575
|
Added some missing std::
|
2006-01-02 09:49:36 +00:00 |
Paolo Cignoni
|
ac8493bbad
|
Splitted IsComplexManifold in IsTwoManifoldFace and IsTwoManifoldVertex
|
2005-12-29 12:27:37 +00:00 |
Paolo Cignoni
|
6de3303285
|
removed div by zero bug in callback of refine (tnx to Mario Latronico)
|
2005-12-22 11:24:09 +00:00 |
Massimiliano Corsini
|
3aa5e5f037
|
Remove printf
|
2005-12-21 14:15:03 +00:00 |
Massimiliano Corsini
|
ebf668b881
|
Modify genus computation
|
2005-12-21 13:09:03 +00:00 |
Paolo Cignoni
|
738d1e1401
|
Better comment and a parameter more for UpdateColor::VertexBorderFlag
|
2005-12-19 16:47:42 +00:00 |
Massimiliano Corsini
|
34acf11b61
|
Fix IsOrientedMesh
|
2005-12-19 15:13:06 +00:00 |
Massimiliano Corsini
|
009f633576
|
Rewrite SwapEdge to fix problems with borders
|
2005-12-19 13:47:26 +00:00 |
Paolo Cignoni
|
51180b7d58
|
Increased the maximum number of possible template args from 7 to 8
|
2005-12-16 13:28:09 +00:00 |