Geometry Submodule #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#3 Flex Segment
Cheese-water/rail_network
Reference: Cheese-water/rail_network#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Because operations involving geometric calculations will likely be used in multiple places, it may be a good idea to create a submodule specifically for handling these.
It should provide structs defining lines and circles. More shapes may be added in future issues as needed.
It should provide functions for finding the intersections of lines with other lines, circles with other circles, and lines with circles.
It should provide functions for defining parallel and perpendicular lines to existing lines.