This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
delaunay-tin
Watch
1
Star
0
Fork
0
You've already forked delaunay-tin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
3
Commits
1
Branch
0
Tags
master
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
yizhangss
a9b11481b6
update tin.h.
2021-09-16 03:21:33 +00:00
.gitignore
initial upload
2021-09-16 11:17:16 +08:00
demo.cpp
initial upload
2021-09-16 11:17:16 +08:00
LICENSE
Initial commit
2021-09-16 03:14:55 +00:00
README.md
initial upload
2021-09-16 11:17:16 +08:00
tin.h
update tin.h.
2021-09-16 03:21:33 +00:00
topo_TIN.msh
initial upload
2021-09-16 11:17:16 +08:00
topo_TIN.png
initial upload
2021-09-16 11:17:16 +08:00
topo.txt
initial upload
2021-09-16 11:17:16 +08:00
README.md
Generation of a Triangular Irregular Network (TIN) from a dense DEM grid
Compile
g++ demo.cpp
Run demo
./a.out
Visualization
macOS
open -a Gmsh topo_TIN.msh
Linux/Unix
gmsh topo_TIN.msh
Description
No description provided
Readme
756
KiB
Languages
C++
100%