geom3d 0.2.0

Data structures and algorithms for 3D geometric modeling.
Documentation
# geom3d


[![Crates.io](https://img.shields.io/crates/v/geom3d.svg)](https://crates.io/crates/geom3d)
[![Docs](https://docs.rs/geom3d/badge.svg)](https://docs.rs/geom3d)

Data structures and algorithms for 3D geometric modeling.

Features:

- Bezier curve and surface
- B-Spline curve and surface
- Spin surface
- Sweep surface

### References


- 1997,The NURBS Book,Les Piegl,Wayne Tiller

### Similar projects


- [Open CASCADE Technology]https://dev.opencascade.org/doc/overview/html/index.html
- [NURBS-Python]https://nurbs-python.readthedocs.io/
- [Truck]https://github.com/ricosjp/truck

cargo run --release --example nurbs -- "C:\Users\Liu\3D Objects\HandySCAN 3D_Demo part_CAD.stp"