This commit is contained in:
Халимов Рустам
2026-01-10 23:22:45 +03:00
parent bd8b3ff985
commit b422cdef6b
3 changed files with 78 additions and 69 deletions
-1
View File
@@ -101,7 +101,6 @@ export const createBinGeometry = (
partitions.forEach(p => {
const pMin = p.min ?? 0;
const pMax = p.max ?? 1;
const lengthRatio = pMax - pMin;
const midRatio = pMin + (lengthRatio / 2);