Alec Jacobson
|
182e36df24
No longer using namespace std; and using namespace Eigen; to avoid issues with other libs (#2483)
|
5 months ago |
Alec Jacobson
|
fe65ecb907
remove or hide cerr<< behind ifdef (#2349) [ci skip]
|
1 year ago |
Alec Jacobson
|
687530283c
Fix a bunch of warnings (#2254)
|
2 years ago |
Alec Jacobson
|
724ff6b05a
Remove deprecated functions (#2234)
|
2 years ago |
zhuguiqian
|
85db4b17e3
Update principal_curvature.cpp (#2013)
|
3 years ago |
Chao Li
|
aaa89ffcbb
Fix the order of principal curvature (#1767)
|
4 years ago |
Teseo Schneider
|
5ca256fb3a
stuff, test not passing
|
6 years ago |
Robert Gützkow
|
c9d0b35b6a
Memory leak fixes (#1125)
|
6 years ago |
Alec Jacobson
|
ac7fb9913a
files should end with newline
|
7 years ago |
hanxiao
|
414740aa38
add overload function for principal_curvature
|
7 years ago |
vskhitkov
|
da3bd928dd
Replace return value by vector of indices of bad vertices
|
7 years ago |
vskhitkov
|
86128972f6
Fixed my own fix
|
7 years ago |
vskhitkov
|
dfbc3ee1c1
bugfix: principal_curvature returns boolean instead of segfault
|
7 years ago |
Guillaume Jacquenot
|
a97f5248bf
[curvature] Fixed log message in case error
|
7 years ago |
Guillaume Jacquenot
|
938dc61824
[curvature] Added a test before calling fit to avoid exit instruction
|
7 years ago |
Guillaume Jacquenot
|
a07c4659fc
[curvature] Removed unused parameter zeroDetCheck
|
7 years ago |
Guillaume Jacquenot
|
47d0ea14bd
[curvature] Removed unused parameter svd
|
7 years ago |
Guillaume Jacquenot
|
bf527884da
[curvature] Updated assert message
|
7 years ago |
Guillaume Jacquenot
|
7a569a7b9c
[curvature] Updated inequality comparison between a double and a float
|
7 years ago |
Guillaume Jacquenot
|
4b29c38ed3
[curvature] Replaced float declarations with double
|
7 years ago |
Guillaume Jacquenot
|
3ec82bd5a4
[curvature] Refactored file principal_curvature.cpp
|
7 years ago |
Alec Jacobson
|
b6c6db1279
specialization --> instantiation
|
9 years ago |
Daniele Panozzo
|
c3599de866
fixes for python static build
|
9 years ago |
Alec Jacobson
|
945ca3ac82
move opengl functions to separate directories, lots of new templates
|
10 years ago |
Olga Diamanti
|
580c57ed4f
Merge branch 'master' of https://github.com/libigl/libigl
|
11 years ago |
Daniele Panozzo
|
e2e1f4f323
fixed bug in principal_curvature when radius was set to < 2
|
11 years ago |
Olga Diamanti
|
c4238a655f
added IGL_WITH_COMISO compilation flag to compile the igl comiso stuff, made some changes required for the static library, some missing headers, some instantiations
|
11 years ago |
Daniele Panozzo
|
b038641fd3
fix from Nikolas to principal_curvature.cpp
|
11 years ago |
Daniele Panozzo
|
dd5083e74f
linux compilation fixes
|
11 years ago |
Alec Jacobson
|
4783f7505d
IGL_HEADER_ONLY --> ~IGL_STATIC_LIBRARY
|
11 years ago |