furnishup / blueprint3d

Build interior spaces in 3D
MIT License
1.76k stars 536 forks source link

Error in Utils #70

Open Tostifrosti opened 6 years ago

Tostifrosti commented 6 years ago

https://github.com/furnishup/blueprint3d/blob/cac8b62c1a3839e929334bdc125bf8a74866be9e/src/core/utils.ts#L225 tMinY = Math.min(tMinX, corners[tI].y); should be tMinY = Math.min(tMinY, corners[tI].y);

aalavandhaann commented 6 years ago

What exactly has changed here?