You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
forty-twoo 75a7b791b3 add some files 2 years ago
3rdparty commit some files 2 years ago
cmake commit some files 2 years ago
include add some files 2 years ago
src add some files 2 years ago
.gitignore commit some files 2 years ago
CMakeLists.txt add some files 2 years ago
README.md modify some files 2 years ago

README.md

Nurbs curve surface intersection check.

Dependencies

STL, Libigl, Eigen, Ginac and the dependencies of the igl::opengl::glfw::Viewer (OpenGL, glad and GLFW). The CMake build system will automatically download libigl and its dependencies using CMake FetchContent, thus requiring no setup on your part. As for Ginac, you need to download it by yourself before the cmake build.

Compile

mkdir build
cd build
cmake ..
make

Run

./NurbsIntersection