Involute curve for sketch (#6258)

* WIP: Involute circles in KCL

* first pass involute end calculation

* fmt

* cleanup

* involute snapshot

* actually update markdown

* remove debug build stuff

* spacing

---------

Co-authored-by: Adam Chalmers <adam.chalmers@zoo.dev>
This commit is contained in:
Ben Crabbe
2025-04-11 21:59:11 +01:00
committed by GitHub
parent 60d2be9ff2
commit 9e1f1152e3
6 changed files with 11511 additions and 0 deletions

View File

@ -71,6 +71,7 @@ lazy_static! {
Box::new(crate::std::segment::AngleToMatchLengthY),
Box::new(crate::std::shapes::CircleThreePoint),
Box::new(crate::std::shapes::Polygon),
Box::new(crate::std::sketch::InvoluteCircular),
Box::new(crate::std::sketch::Line),
Box::new(crate::std::sketch::XLine),
Box::new(crate::std::sketch::YLine),