Enables the construction of splines in 2D or 3D space using (n) number of control points. The repo also include a test MFC application for draw spline in 2D. However, the "BSpline" code is designed to work in both 2D or 3D (if you provide values for the Z axis the curve will smoothly deform along (x,y,z) vectors).
- Visual Studio Community 2019 - MFC Installation components only required to use test application.
- C++ MFC for v141 build tools (x86, & x64) or
- C++ MFC for v142 build tools (x86, & x64)
- The actual BSpline code should compile with any C++ compiler.