1
0
Fork 0

fix(titan): Fixed crotch width issue

This commit is contained in:
Joost De Cock 2020-06-13 13:22:17 +02:00
parent fadd64867a
commit ca5fb5346e

View file

@ -32,7 +32,7 @@ export default (part) => {
measurements.seatCircumference * options.crotchExtension
points.I = new Point(
crotchWidthOptionA > crotchWidthOptionB ? crotchWidthOptionA : crotchWidthOptionB * -1,
crotchWidthOptionA > crotchWidthOptionB ? crotchWidthOptionA * -1 : crotchWidthOptionB * -1,
points.D.y
)