New corner impl #7

Merged
zyxw59 merged 17 commits from new-corner-impl into main 2022-11-01 18:29:45 +00:00
zyxw59 commented 2022-10-29 22:59:27 +00:00 (Migrated from github.com)

resolves #4

  • resolve TODO in draw_stop Deal with this in #8
  • final review and cleanup
resolves #4 - [x] ~~resolve `TODO` in `draw_stop`~~ Deal with this in #8 - [ ] final review and cleanup
zyxw59 (Migrated from github.com) reviewed 2022-10-30 01:03:56 +00:00
zyxw59 (Migrated from github.com) commented 2022-10-29 23:11:05 +00:00

Maybe add an image here to explain the geometry?

Maybe add an image here to explain the geometry?
zyxw59 (Migrated from github.com) commented 2022-10-29 23:12:24 +00:00

Add an image here too, maybe

Add an image here too, maybe
@ -107,2 +129,4 @@
at + dir.basis(0.0, -transverse_out),
at + dir.basis(width, -transverse_out),
)
}
zyxw59 (Migrated from github.com) commented 2022-10-29 23:13:00 +00:00

Add an image here

Add an image here
zyxw59 (Migrated from github.com) commented 2022-10-29 23:14:00 +00:00

explain the trig identities involved

explain the trig identities involved
@ -0,0 +1,109 @@
use std::{cmp::Ordering, collections::HashMap, fmt};
zyxw59 (Migrated from github.com) commented 2022-10-30 01:00:16 +00:00

TODO: delete this if we don't need it. (same goes for the new function)

TODO: delete this if we don't need it. (same goes for the `new` function)
Sign in to join this conversation.
No description provided.