Skip to content
/ BSpline Public

Create spline in 2D or 3D space using (n) number of control points.

License

Notifications You must be signed in to change notification settings

cjpdev/BSpline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSpline 2D or 3D an old project from 2009 update 2012

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).

MFC test application:

  • 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.

alt text

About

Create spline in 2D or 3D space using (n) number of control points.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published