Paolo Cignoni
|
63f09aa04b
|
Added a missing prototype to ismanifold
|
2006-11-13 01:57:23 +00:00 |
Paolo Cignoni
|
43facb8954
|
Corrected Detach; added FFCorrectness; Corrected ComplexSize, Dissemination of a lot of assert()
|
2006-11-09 17:28:42 +00:00 |
Paolo Cignoni
|
4be312c7f2
|
Added ismanifold
|
2006-11-09 17:22:56 +00:00 |
Paolo Cignoni
|
be10b9167b
|
Explained the use of V() operator of a pos
|
2006-10-07 14:24:26 +00:00 |
Marco Di Benedetto
|
1fbdc88c2c
|
First Commit.
|
2006-09-28 13:30:39 +00:00 |
Paolo Cignoni
|
a4ecdb2635
|
Better comment on usage of VF iterators
|
2006-09-25 09:57:49 +00:00 |
Paolo Cignoni
|
ec2e478c4a
|
changes for compilation on linux. Not sure about using either SphereOfTriangle or SphereOfTetra, please check.
|
2006-07-12 12:14:31 +00:00 |
ganovelli
|
67d370e4f4
|
added SmallestEnclosingSphere
|
2006-07-06 12:45:08 +00:00 |
Marco Di Benedetto
|
3c222fd583
|
First Commit.
|
2006-05-08 15:19:21 +00:00 |
Paolo Cignoni
|
c7196917fd
|
Added possibility of not updating the topology during a SwapEdge
|
2006-05-03 21:38:57 +00:00 |
Paolo Cignoni
|
9df4f755ec
|
Initial commit.
|
2006-04-21 08:05:44 +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 |
Massimiliano Corsini
|
009f633576
|
Rewrite SwapEdge to fix problems with borders
|
2005-12-19 13:47:26 +00:00 |
Massimiliano Corsini
|
c334cebb47
|
Add some user bit
|
2005-12-16 11:42:23 +00:00 |
Massimiliano Corsini
|
a088ee1ba6
|
Remove trivial warnings
|
2005-12-16 11:01:26 +00:00 |
Massimiliano Corsini
|
c1ffab75de
|
Add further comment to FlipEdge
|
2005-12-16 10:47:48 +00:00 |
Massimiliano Corsini
|
67dca7d9e6
|
Fix one bug
|
2005-12-16 10:43:23 +00:00 |
Massimiliano Corsini
|
8133c87819
|
Add CheckOrientation
Reimplement SwapEdge function
|
2005-12-16 10:29:10 +00:00 |
Massimiliano Corsini
|
becbfab7da
|
Replace Pos<FaceType> with PosType
|
2005-12-15 11:57:48 +00:00 |
Massimiliano Corsini
|
fa45011ed9
|
Fix operators
|
2005-12-15 11:19:00 +00:00 |
Massimiliano Corsini
|
bd8e59e0b4
|
Add constructor which takes as input a face and a vertex
|
2005-12-15 10:53:16 +00:00 |
Paolo Cignoni
|
2d7b7a4532
|
Removed excess ';' from end of template functions, for gcc compiling
|
2005-12-01 23:54:59 +00:00 |
Paolo Cignoni
|
2587a22c49
|
Added HasFlags
|
2005-12-01 23:54:29 +00:00 |
ganovelli
|
cc0e745c09
|
creation
|
2005-11-30 14:44:47 +00:00 |
Nico Pietroni
|
7629e40b53
|
added cFFi function
|
2005-11-23 14:40:09 +00:00 |
ganovelli
|
bb972b9ace
|
changed IsBOrder
|
2005-11-23 13:04:26 +00:00 |
Paolo Cignoni
|
dbc5a559c4
|
Moved ComputeNormal and ComputeNormalizedNormal out of the face class (no more a member function!)
|
2005-11-22 15:47:35 +00:00 |
Paolo Cignoni
|
fab34558d7
|
Added dummy static member for avoiding annoying warning in empty functions...
|
2005-11-12 18:39:54 +00:00 |
Paolo Cignoni
|
4d952f8de7
|
Made IsManifold Constant
|
2005-11-10 15:49:32 +00:00 |
Paolo Cignoni
|
9df077d22f
|
Added intialization of _flags to zero in the default constructor of face
|
2005-11-01 18:16:36 +00:00 |
Federico Ponchio
|
a9ed92f5f0
|
Tired of no newline at end of file warnings.
|
2005-10-26 21:22:11 +00:00 |
Paolo Cignoni
|
46cf45eda3
|
*** empty log message ***
|
2005-10-26 15:45:56 +00:00 |
Federico Ponchio
|
69240d2ddc
|
IsBorder(...) declaration needed.
|
2005-10-16 23:30:39 +00:00 |
Paolo Cignoni
|
b63a90172e
|
Removed the reference to Deprecated f->IsBorder(i) now everyone should use IsBorder(*f,i);
|
2005-10-13 09:29:10 +00:00 |
Paolo Cignoni
|
ff83bb3a24
|
Added cFFp and cVFp const member functions
|
2005-10-13 09:25:43 +00:00 |
Paolo Cignoni
|
b84b47b5f1
|
Removed reference to IsBorder() member of face and substituted with the face templated function version.
|
2005-10-13 08:34:19 +00:00 |
Marco Di Benedetto
|
36aedffa72
|
Added class PointDistanceFunctor.
|
2005-09-28 19:35:06 +00:00 |
Marco Di Benedetto
|
3a76ce3a01
|
Added const qualifier in GetBBox method.
|
2005-09-28 19:32:09 +00:00 |
Nico Pietroni
|
93c310391e
|
changed min calls to Min<ScalarType> of math.h of vcglib
|
2005-09-14 12:58:44 +00:00 |
Nico Pietroni
|
e82ae93bf8
|
removed min definition generate warnings
|
2005-09-14 09:58:32 +00:00 |
Nico Pietroni
|
f5b0b9f8f2
|
added definition of min function
|
2005-09-14 09:03:54 +00:00 |
Paolo Cignoni
|
2e895eaf22
|
Initial Commit.
|
2005-09-09 13:09:14 +00:00 |
Paolo Cignoni
|
38db49c827
|
first version
|
2005-07-05 11:26:09 +00:00 |
Paolo Cignoni
|
d481f58234
|
Added a named typedef for the per wedge TexCoordinate
|
2005-06-17 00:43:34 +00:00 |
Nico Pietroni
|
b12f308b33
|
*** empty log message ***
|
2005-04-28 12:55:41 +00:00 |
Nico Pietroni
|
966e1e52f0
|
*** empty log message ***
|
2005-04-26 09:36:17 +00:00 |
Paolo Cignoni
|
08f4270101
|
Initial Commit
|
2005-04-18 13:51:52 +00:00 |
Nico Pietroni
|
82240231a0
|
Changed detach to FFdetach , compiled tested in manifold cases
|
2005-04-11 09:17:24 +00:00 |
Paolo Cignoni
|
0fc0f795c4
|
add FaceAFAVFNFQRT
|
2005-03-22 10:11:08 +00:00 |