Skip to content
Snippets Groups Projects
Commit 5718be71 authored by Jingyan Ling's avatar Jingyan Ling
Browse files

find steps

parent 377e1610
Branches
No related merge requests found
## ENGINEERING JOURNAL
### Jingyan Ling
### 08/11/2019
- Finally figure out geometry algorithm on paper
- Coding for parallel trace in following steps:
- 1. find start point and end point of a path, compute 4 points that vertical to end points based on width
- 2. find the angle bisector between each segment
- 3. Offset original path based on given width
- 4. find intersect between paths with offset and angle bisectors
- 5. connect intersect points and 4 end-points
-
### 08/09/2019
- Potential problem:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment