Update packages/bella/src/back.js
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
This commit is contained in:
parent
22c7234751
commit
50f2483295
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ export default function (part) {
|
||||||
points.cbNeckCp1 = new Point(points.hps.x * 0.8, points.cbNeck.y)
|
points.cbNeckCp1 = new Point(points.hps.x * 0.8, points.cbNeck.y)
|
||||||
let slope = measurements.shoulderSlope * options.shoulderSlopeBack * -1
|
let slope = measurements.shoulderSlope * options.shoulderSlopeBack * -1
|
||||||
points.shoulder = utils.beamsIntersect(
|
points.shoulder = utils.beamsIntersect(
|
||||||
new Point((measurements.shoulderToShoulder * (1+options.shoulderToShoulderEase)) / 2, 0),
|
new Point((measurements.shoulderToShoulder * (1 + options.shoulderToShoulderEase)) / 2, 0),
|
||||||
new Point((measurements.shoulderToShoulder * (1+options.shoulderToShoulderEase)) / 2, 100),
|
new Point((measurements.shoulderToShoulder * (1 + options.shoulderToShoulderEase)) / 2, 100),
|
||||||
points.hps,
|
points.hps,
|
||||||
points.hps.shift(slope, 85)
|
points.hps.shift(slope, 85)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue