The repository includes a dedicated xUnit project at
tests/Spline.Tests/Spline.Tests.csproj.
MyCurve, TwoParamSpline, TwoCubics, CurveGrid,
and SplineBezierPath and PolylineUtilsThe original spline-research repository did not ship as a conventional .NET
test project. The current suite captures the translated behavior in a form that
can run in CI and protect the package surface against accidental drift.
dotnet test Spline.slnx
When you change solver or rendering behavior, validate both:
DemoSpline