msteinbeck / tinyspline

ANSI C library for NURBS, B-Splines, and Bézier curves with interfaces for C++, C#, D, Go, Java, Javascript, Lua, Octave, PHP, Python, R, and Ruby.
MIT License
1.2k stars 207 forks source link

fixed test case for norm #206

Closed marco-langer closed 2 years ago

marco-langer commented 2 years ago

Fixed a copy-paste bug in the test case for the norm.

msteinbeck commented 2 years ago

Good catch! Thank you for your PR.