Browse Source

Initial commit

master
GJJ 2 years ago
commit
4bd85a402c
  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 @@
# C2C4
Judgment of C2 or C4 intersection of NURBS curve.
Loading…
Cancel
Save