@ -1,17 +1,17 @@
# NurbsEvaluator
---
A tool for evaluating multiple NURBS curve/surface points using the GPU.
## Dependencies
+ **MSVC**
+ CUDA 11.8.0
## Usage
#### Nurbs曲线
在构造函数中传入控制点向量和knots向量:
```C++