T.Alderighi
e0cf265ce8
added oppositeF and V operators
2018-10-23 11:00:36 +02:00
Luigi Malomo
abd332b6dc
added the option to avoid triangle subdivisions in the polygonal to triangular mesh conversion
2018-09-23 16:19:42 +02:00
T.Alderighi
d37d9cdbfc
vert tetra iterator
2018-06-07 10:56:14 +02:00
Luigi Malomo
52de296f73
changed polygon-point distance function signature
2018-05-31 19:37:31 +02:00
Luigi Malomo
c067321435
added compute area function for polygonal meshes
2018-05-28 14:58:38 +02:00
T.Alderighi
02bfeb2f67
fix typename errors
2018-05-11 11:42:45 +02:00
T.Alderighi
386dba9f64
Merge branch 'devel' of https://github.com/cnr-isti-vclab/vcglib into devel
2018-05-11 11:01:21 +02:00
T.Alderighi
358c8e5e44
quality by aspect ratio
2018-05-10 18:25:55 +02:00
T.Alderighi
98b779db16
seed tetfuse + tetra3 utility functions
2018-05-10 16:02:26 +02:00
T.Alderighi
05764ee1c2
minor typos
2018-05-09 17:14:16 +02:00
nico
715fc36c0c
added PolygonBending and PolygonTorsion functions
2018-05-09 22:02:25 +10:00
T.Alderighi
67a80722d5
removed tetra complex...bootstrapping tetra in trimesh:
...
base done
foreach done
Allocator done
Append done
quality selection topology WIP
clean todo
2018-05-04 18:12:02 +02:00
Marco Callieri
ba91309937
warning cleanup
2018-03-21 12:01:01 +01:00
Marco Callieri
7939a54f1c
warning cleanup
2018-03-21 10:45:12 +01:00
Gianpaolo Palma
dbd47ab70b
Fixing compilation error
2018-02-23 16:09:19 +01:00
Gianpaolo Palma
2a33dcf967
Code refactory
...
Added common interface with the other indexing structure
2018-02-22 11:25:04 +01:00
Luigi Malomo
a8227df267
MaxDim and MinDim added to box2
2018-01-09 20:12:50 +01:00
Luigi Malomo
2a52c8ae8c
thomas minor changes and fixes
2017-11-23 19:14:02 +01:00
Luigi Malomo
59ccf586c4
static functions zero() an one() added to points
2017-07-27 14:47:49 +02:00
Luigi Malomo
014edf0e05
fixed bug in crease_cut.h + minor changes
2017-07-12 11:59:39 +02:00
nico
db17401d67
minor changes
2017-05-01 01:55:25 +02:00
Paolo Cignoni
32c26911c4
Removed harmless warnings on rarely used objects...
2017-03-28 17:43:16 +02:00
Paolo Cignoni
0965a29520
removed useless const in spatial hashing
2017-03-24 16:49:35 +01:00
nico
4e71e28535
added PolygonPointDistance and PolygonBox functions
2017-03-14 12:55:57 +01:00
Paolo Cignoni
c4d97c2c03
Huge reordering of header file inclusion order
2017-03-14 07:48:48 +01:00
Paolo Cignoni
a597aea988
Corrected harmless Warnings
2017-03-02 10:20:27 +01:00
Paolo Cignoni
4046f82f75
Corrected harmless Warnings
2017-03-02 10:10:18 +01:00
Paolo Cignoni
4529d09e58
Removed hard coded eigenlib path from the include. So you are free to use the version of eigen you prefer.
...
Note that since this commit in your projects you must add also the
eigen folder to the include path.
2017-01-26 15:31:53 +01:00
Gianpaolo Palma
424b74bfcd
Bug fixed in the xyYtoXYZ and XYZtoxyY functions
2017-01-25 20:02:43 +01:00
nico
85ae69d3ba
solved minor warnings
2017-01-23 16:23:58 +01:00
nico
f5795556ba
removed some unused variable
2017-01-23 16:19:19 +01:00
nico
bffc61bc7c
correct one compile error in TriangleSegmentDistance
2017-01-23 16:18:52 +01:00
Giorgio Marcias
5735102cb7
double specialization of some Color4 methods were missing
2016-12-06 14:50:50 +01:00
Matteo Dellepiane
e977c746bd
PackInt function made public
...
In order to make the new Ponchio's nexus work properly
2016-11-29 11:37:19 +01:00
Gianpaolo Palma
82300062f8
Added a new implementation of the kdtree for faces
2016-11-16 11:24:12 +01:00
Gianpaolo Palma
0906212a1f
Minor improvements
...
-Added the possibility to create a balanced tree
-Added methods to get the protected members
-Bug fixed in the size of the stack used in the query methods
2016-11-16 11:12:42 +01:00
Gianpaolo Palma
680d903ad5
Indentation
2016-10-21 11:06:11 +02:00
Paolo Cignoni
73d84303de
Translated a number of comments and corrected a small bug (adding a null box does nothing also for transformed box)
2016-10-20 12:40:12 +02:00
Paolo Cignoni
07fe590814
Hue in HSV is wrapped if out of range for sake of robustness
2016-10-07 00:49:34 +02:00
Paolo Cignoni
32333eba24
Huge copyright sanitization of the header files of vcg folder.
2016-06-13 05:29:25 +00:00
Paolo Cignoni
47334c555d
Small change to make the bbox function in segment equal to the other vcg object (getbbox instead of bbox)
2016-06-12 21:10:46 +00:00
granzuglia
ff360e8cbb
removed warning int -> size_t
2016-05-06 02:13:27 +00:00
Nico Pietroni
d3bb5d09e0
changed Segment2DSegment2DDistance to return the 2 closest points
2016-05-01 15:35:57 +00:00
Gianpaolo Palma
694ffd7cb0
Bug Fixed in the function doQueryK if the point cloud contains less than k points
2016-04-28 10:48:19 +00:00
Paolo Cignoni
c5095c6e1b
Added 0-1 clamping to setgray
2016-04-02 05:42:05 +00:00
Paolo Cignoni
f4686b3e0f
Added Parula-like color map
...
removed bug on un-clamped set gray
2016-03-31 13:48:45 +00:00
Gianpaolo Palma
e3db01f035
Added method "S* V()"
2015-10-26 12:54:19 +00:00
Gianpaolo Palma
a7262838f0
Added missing include <cstdint>
2015-10-13 14:06:49 +00:00
Paolo Cignoni
48f65697f0
removed unused var
2015-09-24 16:41:58 +00:00
Paolo Cignoni
874346d211
Removed unused typenames (with latest generation of compilers it become a warning as unused variables)
2015-09-24 16:41:34 +00:00