1
0
Fork 0

Update packages/bella/src/front-side-dart.js

Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
Wouter van Wageningen 2022-03-29 11:55:24 -07:00 committed by GitHub
parent 26fbf21426
commit 22c7234751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ export default function (part) {
points.hpsCp2 = new Point(points.hps.x, points.cfNeck.y / 2)
let slope = measurements.shoulderSlope * (2 - options.shoulderSlopeBack) * -1
let xShoulder =
((measurements.shoulderToShoulder * (1+options.shoulderToShoulderEase)) / 2) *
((measurements.shoulderToShoulder * (1 + options.shoulderToShoulderEase)) / 2) *
options.frontShoulderWidth
points.shoulder = utils.beamsIntersect(
new Point(xShoulder, 0),