6 changed files with 50 additions and 19 deletions
@ -1 +1,18 @@ |
|||||
Nurbs curve surface intersection calculation |
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 |
||||
|
``` |
@ -0,0 +1,4 @@ |
|||||
|
#ifndef MATHDEF_H_ |
||||
|
#define MATHDEF_H_ |
||||
|
|
||||
|
#endif |
@ -1 +0,0 @@ |
|||||
#include <ginac/ginac.h> |
|
Loading…
Reference in new issue