Skip to content

Commit

Permalink
Minor README update.
Browse files Browse the repository at this point in the history
  • Loading branch information
qnzhou committed Jun 26, 2024
1 parent 5f30a60 commit b0f828d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -511,3 +511,16 @@ std::tie(u, v, converged) = nanospline::intersect(
```
[The NURBS Book]: https://www.springer.com/gp/book/9783642973857
## Cite us
If you use nanospline in your research, please cite us as:
```bibtex
@misc{nanospline,
title = {{nanospline}: A nano spline library in modern C++},
author = {Qingnan Zhou and others},
note = {https://github.com/qnzhou/nanospline},
year = {2022}
}
```

0 comments on commit b0f828d

Please sign in to comment.