geom3d

Crates.iogeom3d
lib.rsgeom3d
version0.2.0
sourcesrc
created_at2021-05-22 05:11:51.68603
updated_at2021-06-09 07:14:13.5636
descriptionData structures and algorithms for 3D geometric modeling.
homepage
repositoryhttps://github.com/J-F-Liu/geom3d
max_upload_size
id400716
size1,675,706
Junfeng Liu (J-F-Liu)

documentation

README

geom3d

Crates.io Docs

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

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

Commit count: 46

cargo fmt