Skip to content

This repo provides a lightweight visualization method for 3D curves generation, including Bezier and Cubic Spline curve.

License

Notifications You must be signed in to change notification settings

KJaebye/3D-Curves-Gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D-Curves-Gen

This repo is for generating 3D curves by bezier and cubic spline.

Dependence

It dependes on numpy, plotly, scipy, sympy. Simply install by pip.

Usage

You can indicate a list of control points like in plot.py:

control_points = [(0, 0, 0), (1, 2, 1), (3, 3, 3), (4, 0, 4), (5, 2, 1)]

then run plot.py and get the result on browser. The result looks like this: alt text alt text

About

This repo provides a lightweight visualization method for 3D curves generation, including Bezier and Cubic Spline curve.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages