Browse Source

Initial commit

master
GJJ 2 years ago
commit
2465845f9a
  1. 34
      .gitignore
  2. 3
      README.md

34
.gitignore

@ -0,0 +1,34 @@
# ---> C++
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app

3
README.md

@ -0,0 +1,3 @@
# SingularityJudger
Integration of gauss map, osculating toroidal patches, loop detection and C2 judgement to figure out the singular or loop intersection.
Loading…
Cancel
Save