1
0
Fork 0

chore(utils): Tweaks to neckstimate ratios

This commit is contained in:
Joost De Cock 2020-06-24 20:42:32 +02:00
parent cfccaede02
commit ed47b7ea95

View file

@ -21,6 +21,7 @@ export default {
neckCircumference: c, neckCircumference: c,
underbust: c, underbust: c,
// Vertical measurements // Vertical measurements
crotchDepth: v,
hpsToBust: v, hpsToBust: v,
hpsToWaistBack: v, hpsToWaistBack: v,
hpsToWaistFront: v, hpsToWaistFront: v,
@ -32,12 +33,11 @@ export default {
// Other // Other
backSeat: 0.6, backSeat: 0.6,
backWaist: 0.85, backWaist: 0.85,
crossSeam: 0.4, crossSeam: 0.6,
crotchDepth: 0.3, frontCrossSeam: 0.3,
frontCrossSeam: 0.2,
headCircumference: 0.35, headCircumference: 0.35,
inseam: 0.25, inseam: 0.25,
kneeCircumference: 0.55, kneeCircumference: 0.65,
seatCircumference: 0.6, seatCircumference: 0.6,
shoulderToElbow: 0.5, shoulderToElbow: 0.5,
shoulderToShoulder: 0.75, shoulderToShoulder: 0.75,