Update packages/bella/src/front-side-dart.js
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
parent
26fbf21426
commit
22c7234751
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue