updated the angle of the gusset
This commit is contained in:
parent
fe30b96f36
commit
34c8fb55f3
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export default function (part) {
|
|||
const w = store.get('gussetLength')
|
||||
points.top = new Point(0, 0)
|
||||
points.bottom = new Point(0, w)
|
||||
points.right = points.bottom.rotate(33.0, points.top)
|
||||
points.right = points.bottom.rotate(36.0, points.top)
|
||||
points.cp1 = new Point(0, w * 6 / 5).rotate(90, points.bottom)
|
||||
points.cp2 = new Point(points.right.x, points.right.y * 6 / 5).rotate(-60, points.right)
|
||||
points.title = new Point(0, 2 * w / 3).rotate(15, points.top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue