New corner impl #7
No reviewers
Labels
No labels
blocking
bug
dependencies
duplicate
enhancement
invalid
question
rust
testing
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mle/subway_map.rs!7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "new-corner-impl"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
resolves #4
resolveDeal with this in #8TODOindraw_stopMaybe add an image here to explain the geometry?
Add an image here too, maybe
@ -107,2 +129,4 @@at + dir.basis(0.0, -transverse_out),at + dir.basis(width, -transverse_out),)}Add an image here
explain the trig identities involved
@ -0,0 +1,109 @@use std::{cmp::Ordering, collections::HashMap, fmt};TODO: delete this if we don't need it. (same goes for the
newfunction)